Kaynağa Gözat

样式调整

yxb
zengyuehua 2 yıl önce
ebeveyn
işleme
dd8d74b976

+ 13
- 4
personal-center/setting/car-information/car-manage.vue Dosyayı Görüntüle

</view> </view>
</view> </view>
</view> </view>
</view>



<!-- 暂无数据 -->
<view class="tips">
~暂无数据了,请添加!~
</view>
</view>


<!-- <view class="item-row"> <!-- <view class="item-row">
<view class="item-left"> <view class="item-left">
} }


// 编辑 // 编辑
const edit=(item) => {
let data=JSON.stringify(item)
const edit = (item) => {
let data = JSON.stringify(item)
navTo(`/personal-center/setting/car-information/car-change?data=${data}`) navTo(`/personal-center/setting/car-information/car-change?data=${data}`)
} }


overflow: auto; overflow: auto;
height: calc(100vh - 90rpx); height: calc(100vh - 90rpx);


.tips {
text-align: center;
font-size: 28rpx;
margin-top: 30rpx;
}

.item-row { .item-row {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

Loading…
İptal
Kaydet