销售汇总样式优化1

This commit is contained in:
duan
2024-10-16 13:46:27 +08:00
parent 7089021581
commit 0be0c44e8b
2 changed files with 14 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
</view>
</view>
<view class="">
<view class="">
<view style="display: flex;justify-content: center;align-items: center;">
<span style="font-size: 28rpx;color: #999999;">是否启用用</span>
<up-switch :activeValue="1" :inactiveValue="0" v-model="item.status" size="18"
@change="switch2Change($event,item)"></up-switch>
@@ -121,12 +121,12 @@
.liststyle {
>li {
width: 694rpx;
// width: 694rpx;
height: 192rpx;
background: #FFFFFF;
border-radius: 10rpx 10rpx 10rpx 10rpx;
padding: 0 16rpx;
margin: 32rpx auto;
margin: 32rpx 16rpx;
>view {
display: flex;