From 18fb253e1d62f1d9a0f7708b7feb56a623ae40df Mon Sep 17 00:00:00 2001 From: zt916916 <1903964620@qq.com> Date: 星期三, 26 三月 2025 10:13:30 +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