1
0
forked from dyf/APP

常规小优化

This commit is contained in:
liub
2026-04-22 08:29:06 +08:00
parent 01ff9c7a05
commit 1f88de4710
22 changed files with 1682 additions and 392 deletions

View File

@ -33,7 +33,7 @@
<image v-if="item.icon" :src="item.icon" mode="aspectFit"></image>
</view>
<text class="itemTxt">{{ item.text }}</text>
<text class="itemTxt" :class="(config.textAlign=='flex-start'&&!item.icon)?'txtIndent':''">{{ item.text }}</text>
</view>
@ -139,8 +139,8 @@
</script>
<style>
.itemTxt{
text-indent: 20rpx;
.txtIndent{
text-indent: 30rpx;
}
.message-popup {
position: relative;