This commit is contained in:
2025-03-12 11:39:31 +08:00
parent b8a44a2716
commit 55954a4a9b
125 changed files with 30973 additions and 30045 deletions

View File

@@ -26,22 +26,39 @@
style="display: flex; align-items: center"
v-if="slotProps.row.type == 'fontSize'"
>
<text style="margin-right: 5px;font-size: 14px !important;float: left;font-weight: bold;">标准</text>
<text
style="
margin-right: 5px;
font-size: 14px !important;
float: left;
font-weight: bold;
"
>标准</text
>
<u-switch
activeColor="cadetblue"
style="float: left;"
activeColor="cadetblue"
style="float: left"
v-model="fontSizeBlod"
size="16"
@change="asyncChange"
></u-switch>
<text style="margin-left: 5px;font-size: 14px !important;float: left;color: cadetblue;font-weight: bold;">最大</text>
<text
style="
margin-left: 5px;
font-size: 14px !important;
float: left;
color: cadetblue;
font-weight: bold;
"
>最大</text
>
</text>
<view> </view>
</template>
</list>
</view>
<!-- v-if="iosHide" -->
<view class="button_box" >
<view class="button_box">
<u-button
shape="square"
type=""
@@ -210,7 +227,7 @@ export default {
} else {
uni.setStorageSync("fontSize", 3.5);
}
this.$forceUpdate()
this.$forceUpdate();
},
signOut() {
this.signShow = false;