修改数广LOGO
This commit is contained in:
@@ -88,7 +88,8 @@ onUnload(() => {
|
||||
<view class="login-page">
|
||||
<view class="logo-wrapper">
|
||||
<view class="logo">
|
||||
<text class="i-carbon-store icon"></text>
|
||||
<image src="/static/logo3.png" class="logo-image"></image>
|
||||
<!-- <text class="i-carbon-store icon"></text> -->
|
||||
</view>
|
||||
<!-- <text class="app-name">商城+金融</text> -->
|
||||
</view>
|
||||
@@ -138,6 +139,10 @@ onUnload(() => {
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.logo-image {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.login-page {
|
||||
min-height: 100vh;
|
||||
background: #fff;
|
||||
|
||||
BIN
src/static/logo1.png
Normal file
BIN
src/static/logo1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
BIN
src/static/logo2.png
Normal file
BIN
src/static/logo2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
src/static/logo3.png
Normal file
BIN
src/static/logo3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
@@ -48,8 +48,9 @@ export const customTabbarList: CustomTabBarItem[] = [
|
||||
// 注意 unocss 图标需要如下处理:(二选一)
|
||||
// 1)在fg-tabbar.vue页面上引入一下并注释掉(见tabbar/index.vue代码第2行)
|
||||
// 2)配置到 unocss.config.ts 的 safelist 中
|
||||
iconType: 'unocss',
|
||||
icon: 'i-carbon-home',
|
||||
iconType: 'image',
|
||||
icon: '/static/logo2.png',
|
||||
iconActive: '/static/logo1.png',
|
||||
// badge: 'dot',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user