1
0
mirror of synced 2025-11-06 05:00:36 +08:00

update applet

This commit is contained in:
xuecong
2022-12-06 22:12:38 +08:00
parent 5e74997db6
commit e2bc87fc88
4 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
<view class="cw-copyright {{ fixed ? 'fixed' : ''}} {{ dark ? 'dark' : ''}} {{inTabPage ? 'in-tab-page' : ''}}">
<cw-icon name="chowa" custom-class="chowa"></cw-icon>
<cw-icon name="logo" custom-class="logo"></cw-icon>
<view class="cw-company">
<text>e家宜业 v{{ version }}</text>

View File

@@ -25,8 +25,7 @@
position: absolute;
}
.cw-copyright .chowa,
.cw-copyright .logo {
.cw-copyright .chowa {
font-size: 42px;
flex: none;
}

View File

@@ -1,6 +1,5 @@
<view class="cw-copyright {{ fixed ? 'fixed' : ''}} {{ dark ? 'dark' : ''}} {{inTabPage ? 'in-tab-page' : ''}}">
<cw-icon name="chowa" custom-class="chowa"></cw-icon>
<cw-icon name="logo" custom-class="logo"></cw-icon>
<view class="cw-company">
<text>e家宜业 v{{ version }}</text>

View File

@@ -25,8 +25,7 @@
position: absolute;
}
.cw-copyright .chowa,
.cw-copyright .logo {
.cw-copyright .chowa {
font-size: 42px;
flex: none;
}