From c9b5d13e9a9c85b99f3331d42a3f31b85047abf1 Mon Sep 17 00:00:00 2001 From: letsgocoding <sdxt_0802@163.com> Date: 星期六, 01 三月 2025 14:01:46 +0800 Subject: [PATCH] !99 readme微信图片更改 Merge pull request !99 from 张嘉伟/zhangjw --- zhitan-vue/src/assets/styles/page.scss | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zhitan-vue/src/assets/styles/page.scss b/zhitan-vue/src/assets/styles/page.scss index 2c426d5..dfbcd09 100644 --- a/zhitan-vue/src/assets/styles/page.scss +++ b/zhitan-vue/src/assets/styles/page.scss @@ -33,6 +33,7 @@ } .table-bg-style { + margin-top: 12px; .theme-dark-mt20 { margin-top: 20px; } @@ -48,6 +49,7 @@ .chart-box { width: 100%; height: 320px; + padding-top: 12px; div { width: 100%; @@ -56,7 +58,7 @@ } .table-box { - margin: 20px; + margin: 0; .table-title-box { font-weight: bold; @@ -128,6 +130,7 @@ .chart-box { width: 100%; height: 320px; + padding-top: 12px; div { width: 100%; @@ -136,7 +139,7 @@ } .table-box { - margin: 20px; + margin: 10px 20px; .table-title-box { font-weight: bold; -- Gitblit v1.9.3