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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HTML/views/home/console2.html b/HTML/views/home/console2.html
index de68d6a..f4666e1 100644
--- a/HTML/views/home/console2.html
+++ b/HTML/views/home/console2.html
@@ -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="margin-top: 10%;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