hejianhao
2025-05-09 519bccbdf1da3babd6843d8a7dee9b918b5a7e0d
优化
2个文件已修改
6 ■■■■■ 已修改文件
src/view/car-manage/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/home/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/car-manage/index.vue
@@ -136,6 +136,7 @@
        if (query && Object.keys(query).length > 0) {
            if (query.id) {
                this.searchForm.operateType = query.id;
                this.activeName = this.searchForm.operateType;
            }
        }
        this.getList();
src/view/home/index.vue
@@ -962,7 +962,7 @@
        .countCard {
          margin-right: 20px;
          padding: 14px 60px 18px 54px;
          padding: 14px 60px 18px 24px;
        }
        .countCard:last-child {
@@ -993,12 +993,13 @@
        border: 1px solid #f1f1f1;
        padding: 14px 20px 18px 14px;
        display: flex;
        justify-content: space-between;
        // justify-content: space-between;
        .iconImg {
          width: 30px;
          height: 30px;
          border-radius: 10px;
          margin-right: 25px;
        }
        .iconImg:nth-child(1) {