From a240bf0d15a2bb8a40ffe0b0e3c1b6efbed5b6d5 Mon Sep 17 00:00:00 2001 From: VVT789 <sdxt_0802@163.com> Date: 星期六, 22 三月 2025 19:46:52 +0800 Subject: [PATCH] 修复已知问题,删除指标时增加判断 --- 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