From e16c2a1ef5650a8aaee1af685a119b0ce7848fd6 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 06 九月 2023 11:16:19 +0800
Subject: [PATCH] #
---
src/main/webapp/views/monitor/css/index.css | 4 ++--
src/main/webapp/views/monitor/index.html | 19 ++++++-------------
2 files changed, 8 insertions(+), 15 deletions(-)
diff --git a/src/main/webapp/views/monitor/css/index.css b/src/main/webapp/views/monitor/css/index.css
index 69a64a1..e1e1c28 100644
--- a/src/main/webapp/views/monitor/css/index.css
+++ b/src/main/webapp/views/monitor/css/index.css
@@ -57,7 +57,7 @@
display: flex;
align-items: center;
justify-content: center;
- font-size: 28px;
+ font-size: 24px;
font-weight: 600;
}
.box-body {
@@ -84,7 +84,7 @@
align-items: center;
justify-content: center;
text-align: center;
- font-size:18px;
+ font-size:16px;
font-weight: 700;
}
.table-item {
diff --git a/src/main/webapp/views/monitor/index.html b/src/main/webapp/views/monitor/index.html
index 75e3549..463d179 100644
--- a/src/main/webapp/views/monitor/index.html
+++ b/src/main/webapp/views/monitor/index.html
@@ -42,13 +42,7 @@
</div>
<div class="box">
<div class="box-title">鍚堟牸鐜�</div>
- <div style="display: flex;"class="box-body">
- <div class="box-body" id="barLabelRotation"></div>
- <!--<div class="box-body3" >-->
- <!-- <div class="percentage" id="thisWeek">60%</div>-->
- <!-- <div class="percentage" id="lastWeek">40%</div>-->
- <!--</div>-->
- </div>
+ <div class="box-body" id="barLabelRotation"></div>
</div>
</div>
</div>
@@ -121,7 +115,7 @@
},1000)
setInterval(()=>{
//location.reload()
- },10000)
+ },600000)
function initTest() {
var box = ''
var el
@@ -202,7 +196,7 @@
}
},
legend: {
- textStyle:{color:'#FFF'},
+ textStyle:{color:'#FFF',},
},
grid: {
left: '3%',
@@ -287,7 +281,7 @@
}
},
legend: {
- textStyle:{color:'#FFF'},
+ textStyle:{color:'#FFF',fontSize:14},
},
grid: {
left: '3%',
@@ -335,7 +329,7 @@
stack: 'Ad',
label: {
show: true,
- fontSize: 16,fontWeight: 'bold',
+ fontSize: 14,fontWeight: 'bold',
position: 'top',offset: [-15,5],
},
data: [9, 3]
@@ -354,10 +348,9 @@
legend: {
icon: 'roundRect',
data: ['鍑哄簱', '鍏ュ簱'],
- textStyle:{color:'#FFF'},
+ textStyle:{color:'#FFF',fontSize:14},
},
grid: { // 鍥捐〃璺濈杈规鐨勮窛绂伙紝鍙敤鐧惧垎姣斿拰鏁板瓧锛坧x锛夐厤缃�
- top: '20%',
left: '3%',
right: '5%',
bottom: '5%',
--
Gitblit v1.9.1