From b174ea476eb1afd872985b2c261241a814e0185d Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期四, 12 三月 2026 09:55:27 +0800
Subject: [PATCH] 一次大的提交,涉及,wms,wcs,pda
---
项目代码/WMS/WIDESEA_WMSClient/src/views/charts/bigdata.vue | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/charts/bigdata.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/charts/bigdata.vue"
index 67a0888..2472503 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/charts/bigdata.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/charts/bigdata.vue"
@@ -71,8 +71,8 @@
</div>
<!-- <div class="title">涓冩棩鍑哄叆搴撶粺璁�</div>
<div id="chart-vcenter" style="height:400px;" class="chart-vcenter"></div> -->
- <div class="title" style="font-size:30px">鍦ㄥ簱杞存壙鍚堟牸鏁扮粺璁�</div>
- <div id="chart-vleft-3" style="height: calc(100% - 30px)"></div>
+ <div class="title" style="font-size:40px">鍦ㄥ簱杞存壙鍚堟牸鏁扮粺璁�</div>
+ <div id="chart-vleft-3" style="height: calc(100% - 30px); font-size: 120px;"></div>
<div class="data-foot-line"></div>
</div>
<div class="data-right">
@@ -239,6 +239,12 @@
border: 1px solid #00c1b3;
flex: 1;
} */
+#chart-vleft-3{
+ font-size: 50px;
+}
+ .text,.num{
+ font-size: 32px;
+ }
.right-3,
.left-3 {
display: flex;
@@ -261,8 +267,8 @@
display: flex;
padding: 5px 10px;
margin: 0 10px;
- font-size: 14px;
- line-height: 30px;
+ font-size: 40px;
+ line-height: 35px;
}
.right-3 .item:last-child,
@@ -322,8 +328,8 @@
::v-deep .el-table .cell {
background-color: transparent !important;
color: rgb(171, 185, 182);
- font-size: 12px;
- line-height: 15px !important;
+ font-size: 25px;
+ line-height: 25px !important;
padding: 0px;
margin-top: -2px !important;
text-align: center !important;
--
Gitblit v1.9.3