From 18d6ac5798b9ef96077f592ccc3f94b365006e6a Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期二, 14 二月 2023 17:03:17 +0800 Subject: [PATCH] 增加service --- src/main/resources/templates/daping/indexNew.html | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/main/resources/templates/daping/indexNew.html b/src/main/resources/templates/daping/indexNew.html index 8065571..91996bb 100644 --- a/src/main/resources/templates/daping/indexNew.html +++ b/src/main/resources/templates/daping/indexNew.html @@ -66,7 +66,7 @@ <div class="main_top_middle"> <div class="main_top_middle_top_title"> <img class="title_bg" th:src="@{'/static/dapingNew/images/title_bg.png'}"> - <span th:text="${application.wgName}">WGCLOUD</span> + <span th:text="${application.wgName}">TSSW</span> </div> <div class="main_top_middle_num_title">骞冲彴鐩戞祴璧勬簮</div> <div class="main_top_middle_num"> @@ -440,7 +440,7 @@ inside: false, textStyle: { color: '#38E1E1', - fontSize: '8', + fontSize: '12', }, formatter: function (val,index) { return `${charts[index].num}` @@ -482,7 +482,7 @@ show: true, position: [-65, -2], textStyle: { - fontSize: 8 + fontSize: 12 }, formatter: function (a, b) { return a.name @@ -527,7 +527,7 @@ data: datas, textStyle: { //鍥句緥鏂囧瓧鐨勬牱寮� color: '#fff', - fontSize: 8 + fontSize: 12 }, }, series: [ @@ -578,7 +578,7 @@ x: '45%', textStyle: { color: '#fff', - fontSize: 8, + fontSize: 12, }, data: data, @@ -675,7 +675,7 @@ x: '50%', textStyle: { color: '#fff', - fontSize: 8, + fontSize: 12, }, data: data @@ -747,7 +747,7 @@ x: '5%', textStyle: { color: '#fff', - fontSize: 8, + fontSize: 12, }, data: data, @@ -777,7 +777,7 @@ borderRadius: 4, padding: [0,0], height: 20, - fontSize: 8, + fontSize: 12, align: 'center', color: '#0EFCFF', } @@ -877,7 +877,7 @@ name: { textStyle: { color: '#39DCF4', - fontSize: '10', + fontSize: '12', // borderRadius: 3, padding: [10, 10] } @@ -957,7 +957,7 @@ formatter: fomatter_fn, textStyle: { color: '#fff', - fontSize: 8 + fontSize: 12 } } }; @@ -1005,7 +1005,7 @@ yAxis: [{ data: y_data, axisLabel: { - fontSize: 8, + fontSize: 12, color: 'rgba(255,255,255,.7)' }, @@ -1099,7 +1099,7 @@ data: ["鏈�楂�","骞冲潎","鏈�浣�"], textStyle: { color: "#fff", - fontSize: 8 + fontSize: 12 }, itemWidth: 10, itemHeight: 10, @@ -1112,7 +1112,7 @@ axisLabel: { interval: 0, textStyle: { - fontSize: 8, + fontSize: 12, color: 'rgba(255,255,255,.7)', } }, @@ -1131,7 +1131,7 @@ name: '鍗曚綅锛�%', nameTextStyle: { color: 'rgba(255,255,255,.7)', - fontSize: 8 + fontSize: 12 }, //max: 100, min: 0, @@ -1145,7 +1145,7 @@ axisLabel: { textStyle: { color: 'rgba(255,255,255,.8)', - fontSize: 8 + fontSize: 12 // opacity: 0.1, } }, @@ -1243,7 +1243,7 @@ data: ['杩涚▼鏁伴噺', '杩炴帴鏁伴噺'], textStyle: { color: "#fff", - fontSize: 8 + fontSize: 12 }, itemWidth: 10, itemHeight: 10, @@ -1256,7 +1256,7 @@ axisLabel: { interval: 0, textStyle: { - fontSize: 8, + fontSize: 12, color: 'rgba(255,255,255,.7)', } }, @@ -1275,7 +1275,7 @@ name: '鍗曚綅锛氫釜', nameTextStyle: { color: 'rgba(255,255,255,.7)', - fontSize: 8 + fontSize: 12 }, // max: 1000, min: 0, @@ -1289,7 +1289,7 @@ axisLabel: { textStyle: { color: 'rgba(255,255,255,.8)', - fontSize: 8 + fontSize: 12 // opacity: 0.1, } }, -- Gitblit v1.9.1