tijiao
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user