From cbd1f3d097cb7227df4d39c33fe2fff19ee1591b Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期三, 12 十一月 2025 15:13:46 +0800
Subject: [PATCH] 柱状图和饼图样式间距

---
 HTML/views/home/console2.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HTML/views/home/console2.html b/HTML/views/home/console2.html
index c71b123..f4666e1 100644
--- a/HTML/views/home/console2.html
+++ b/HTML/views/home/console2.html
@@ -231,7 +231,7 @@
             <!-- 宸� -->
             <div class="layui-col-md4" style="height: 100%;margin-top: 10px;">
                 <div class="layui-card" style="height: 100%;border-radius: 15px;box-shadow: 0px 0px 10px 1px #a4a3a3;">
-                    <div style="width: 100%;height: 23.33%;">
+                    <!-- <div style="width: 100%;height: 23.33%;">
                         <div class="layui-card-header">
                             <img src="../../img/console/xiexian.png" style="height: 20px;">
                             绯荤粺鐩戞帶
@@ -263,7 +263,7 @@
                                 <label style="font-size: 32px;color: #009688;">109</label>
                             </div>
                         </div>
-                    </div>
+                    </div> -->
                     <div style="width: 100%;height: 38.33%;">
                         <div class="layui-card-header">
                             <img src="../../img/console/xiexian.png" style="height: 20px;">
@@ -275,12 +275,12 @@
                             </div>
                         </div>
                     </div>
-                    <div style="width: 100%;height: 38.33%;">
+                    <div style="width: 80%;margin-top: 15%;height: 38.33%;">
                         <div class="layui-card-header">
                             <img src="../../img/console/xiexian.png" style="height: 20px;">
                             搴撳瓨璐ㄩ噺鐘舵�佸垎甯�
                         </div>
-                        <div class="layui-card-body" style="padding: 0;height: 90%;">
+                        <div class="layui-card-body" style="margin-top: 5%;height: 90%;">
                             <div id="yuanOrder"
                                 style="width: 100%; height: 100%; display: flex; align-items: center;justify-content: center;">
                             </div>

--
Gitblit v1.8.0