From 4e7a5cc0e4696d90f8cb5837205b136edf050f4b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 05 九月 2024 17:06:52 +0800 Subject: [PATCH] 数据中心样式调整 --- src/views/system/data-manage/data-detail/list.js | 70 +++++++++++++++++++---------------- src/views/system/data-manage/data-detail/index.vue | 2 2 files changed, 39 insertions(+), 33 deletions(-) diff --git a/src/views/system/data-manage/data-detail/index.vue b/src/views/system/data-manage/data-detail/index.vue index 8619b2d..ff10466 100644 --- a/src/views/system/data-manage/data-detail/index.vue +++ b/src/views/system/data-manage/data-detail/index.vue @@ -2,7 +2,7 @@ <div class="app-container"> <el-card class="box-card" v-show="index !== 'image_resource_security'"> <el-row style="display: flex; flex-direction: row; align-items: center" justify="space-between"> - <div style="font-size: 18px;min-width: 200px">{{ruleName}}</div> + <div style="font-size: 18px;min-width: 200px;height: 80px;display: flex;align-items: center">{{ruleName}}</div> <div v-if="cardList && cardList.length > 0" v-for="card in cardList" style="display: flex;flex-direction: row; margin-right: 50px;margin-left: 20px;align-items: center" :key="card.label"> <div> <div class="icon-container"> diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js index d1a8e7b..0ddaedc 100644 --- a/src/views/system/data-manage/data-detail/list.js +++ b/src/views/system/data-manage/data-detail/list.js @@ -338,6 +338,9 @@ { label: '绾害寮傚父鏁�' }, + { + label: '鍚堟牸鐜�' + }, ] } ], @@ -666,6 +669,9 @@ }, { label: '绾害寮傚父鏁�' + }, + { + label: '娉ㄥ唽鐜�' }, ] } @@ -996,6 +1002,9 @@ { label: '绾害寮傚父鏁�' }, + { + label: '鑰冩牳姣�' + }, ] } ], @@ -1155,6 +1164,9 @@ { label: '璁惧鎬绘暟' }, + { + label: '鍦ㄧ嚎鐜�' + }, ] } ], @@ -1303,6 +1315,9 @@ { label: '璁惧鎬绘暟' }, + { + label: '鍦ㄧ嚎鐜�' + }, ] } ], @@ -1392,6 +1407,9 @@ { label: '寮傚父' }, + { + label: '鍙敤鐜�' + }, ] } ] @@ -1468,6 +1486,9 @@ }, { label: '寮傚父' + }, + { + label: '鍙敤鐜�' }, ] } @@ -1943,21 +1964,9 @@ { label: '璁惧鎬绘暟' }, - // { - // label: '宸茶仈缃�' - // }, - // { - // label: '鏈仈缃�' - // }, - // { - // label: '瑙嗛鐩戞帶' - // }, - // { - // label: '杞﹁締璇嗗埆' - // }, - // { - // label: '浜鸿劯璇嗗埆' - // }, + { + label: '鍦ㄧ嚎鐜�' + }, ] } ], @@ -2046,6 +2055,9 @@ }, { label: '寮傚父' + }, + { + label: '鍙敤鐜�' }, ] } @@ -2144,7 +2156,10 @@ }, { label: 'osd鏃堕棿鏍囨敞閿欒鏁�' - } + }, + { + label: '鏍囨敞姝g‘鐜�' + }, ] } ], @@ -2236,7 +2251,10 @@ }, { label: 'osd鏃堕棿鏍囨敞閿欒鏁�' - } + }, + { + label: '鏍℃椂姝g‘鐜�' + }, ] } ], @@ -2393,21 +2411,9 @@ { label: '璁惧鎬绘暟' }, - // { - // label: '宸茶仈缃�' - // }, - // { - // label: '鏈仈缃�' - // }, - // { - // label: '瑙嗛鐩戞帶' - // }, - // { - // label: '杞﹁締璇嗗埆' - // }, - // { - // label: '浜哄憳璇嗗埆' - // }, + { + label: '鍦ㄧ嚎鐜�' + }, ] } ], -- Gitblit v1.8.0