From 3cbedf9fce0c34ef6f2abedc34632ad21268930c Mon Sep 17 00:00:00 2001 From: zhitan-cloud <394600+ustcyc@user.noreply.gitee.com> Date: 星期四, 06 三月 2025 17:32:20 +0800 Subject: [PATCH] !107 网关标识 Merge pull request !107 from Alioo/develop_alioo --- zhitan-vue/src/views/deepanalysis/deepAnalysis.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zhitan-vue/src/views/deepanalysis/deepAnalysis.vue b/zhitan-vue/src/views/deepanalysis/deepAnalysis.vue index c4b13c4..13b56e8 100644 --- a/zhitan-vue/src/views/deepanalysis/deepAnalysis.vue +++ b/zhitan-vue/src/views/deepanalysis/deepAnalysis.vue @@ -297,11 +297,11 @@ .card-list { display: flex; justify-content: space-between; - padding: 18px; + padding-top: 12px; .card-list-item { width: 24%; - height: 167px; + height: 160px; background: #223386; border-radius: 5px 5px 5px 5px; border: 1px solid #4868b7; @@ -364,11 +364,11 @@ .card-list { display: flex; justify-content: space-between; - padding: 18px; + padding-top: 12px; .card-list-item { width: 24%; - height: 167px; + height: 160px; background: #fff; border-radius: 5px 5px 5px 5px; border: 1px solid #e8e8e8; -- Gitblit v1.9.3