no message

This commit is contained in:
2025-11-06 15:08:56 +08:00
parent b7892d84a4
commit c34c881615
4 changed files with 4 additions and 7 deletions
+4 -7
View File
@@ -3,11 +3,8 @@
<TopSafe></TopSafe>
<Header :title="zhaoList[type]" />
<view class="setting-view">
<image :src="`/static/new/zi_${type}.png`"></image>
<image :src="`/static/new/zi_${type + 1}.png`" mode="widthFix" ></image>
</view>
<!-- <view class="bottom-btn">
<MyBtn text="保存" @ok="onSetName"></MyBtn>
</view> -->
<up-toast ref="uToastRef"></up-toast>
</view>
</template>
@@ -64,12 +61,12 @@ export default {
flex-direction: column;
align-items: center;
overflow-y: auto;
padding: 32rpx 32rpx 0 ;
padding: 32rpx 24rpx 0 ;
box-sizing: border-box;
position: relative;
image{
wdith:704rpx;
height:1060rpx;
width:100%;
border-radius: 12rpx;
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB