销售汇总样式优化1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user