瀏覽代碼

样式调整

yxb
zengyuehua 2 年之前
父節點
當前提交
dd8d74b976
共有 1 個檔案被更改,包括 13 行新增4 行删除
  1. 13
    4
      personal-center/setting/car-information/car-manage.vue

+ 13
- 4
personal-center/setting/car-information/car-manage.vue 查看文件

@@ -26,9 +26,12 @@
</view>
</view>
</view>
</view>


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

<!-- <view class="item-row">
<view class="item-left">
@@ -176,8 +179,8 @@
}

// 编辑
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}`)
}

@@ -241,6 +244,12 @@
overflow: auto;
height: calc(100vh - 90rpx);

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

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

Loading…
取消
儲存