Quellcode durchsuchen

样式修改

yxb
不甘寂寞 vor 2 Jahren
Ursprung
Commit
756210b939
2 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
  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 Datei anzeigen

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

+ 5
- 2
service/capital/card-loop.vue Datei anzeigen

} }
.text-val { .text-val {
color: #333
color: #333;
font-size: 28rpx;
} }
.line { .line {
} }
.text-val { .text-val {
color: #333
color: #333;
font-size: 28rpx;
} }
.line { .line {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
color: #999999; color: #999999;
font-size: 28rpx;
} }
.list { .list {

Laden…
Abbrechen
Speichern