1
0
forked from dyf/APP

018A初步完成

This commit is contained in:
liub
2026-04-14 15:19:05 +08:00
parent d82ae6445e
commit 01ff9c7a05
43 changed files with 2626 additions and 892 deletions

View File

@ -33,7 +33,7 @@
<image v-if="item.icon" :src="item.icon" mode="aspectFit"></image>
</view>
<text>{{ item.text }}</text>
<text class="itemTxt">{{ item.text }}</text>
</view>
@ -139,6 +139,9 @@
</script>
<style>
.itemTxt{
text-indent: 20rpx;
}
.message-popup {
position: relative;
display: none;