018A初步完成
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user