Browse Source

样式修改

yxb
不甘寂寞 2 years ago
parent
commit
756210b939
2 changed files with 7 additions and 3 deletions
  1. 2
    1
      after-sale/ETC-log-off/upload-card.vue
  2. 5
    2
      service/capital/card-loop.vue

+ 2
- 1
after-sale/ETC-log-off/upload-card.vue View File

@@ -33,7 +33,8 @@
import {
onLoad,
onShow,
onReady
onUnload,
onReady,
} from "@dcloudio/uni-app";
import {
navTo,

+ 5
- 2
service/capital/card-loop.vue View File

@@ -379,7 +379,8 @@
}
.text-val {
color: #333
color: #333;
font-size: 28rpx;
}
.line {
@@ -414,7 +415,8 @@
}
.text-val {
color: #333
color: #333;
font-size: 28rpx;
}
.line {
@@ -446,6 +448,7 @@
justify-content: space-between;
align-items: center;
color: #999999;
font-size: 28rpx;
}
.list {

Loading…
Cancel
Save