From 4fa44f71fbb58abf9256f8bd872b8e0890f49f9c Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 24 四月 2024 18:08:59 +0800
Subject: [PATCH] 合同规则分三层、合同积分新增

---
 src/views/screen/components/screen-data/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/screen/components/screen-data/index.vue b/src/views/screen/components/screen-data/index.vue
index 300142c..86a6679 100644
--- a/src/views/screen/components/screen-data/index.vue
+++ b/src/views/screen/components/screen-data/index.vue
@@ -67,7 +67,7 @@
         grid: {
           top: '10%',
           right: 0,
-          bottom: '15%',
+          bottom: '17%',
         },
         legend: {
           right: 0,
@@ -170,8 +170,8 @@
   margin: 10px 0;
 
   .panel-item {
-    width: 120px;
-    height: 120px;
+    width: 110px;
+    height: 110px;
   }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0