From 0496c8057d853b1cedd8e6ded625259858e0538b Mon Sep 17 00:00:00 2001 From: wgx <31655391@qq.com> Date: Tue, 25 Nov 2025 19:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9C=9F=E5=A3=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BC=B9=E7=AA=9750%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 2 +- src/assets/css/index.css | 7 + src/components/SoilDialog.vue | 407 +++++++++++++++++++--------------- src/pages/Home/index.vue | 24 +- src/pages/Login/index.vue | 7 +- src/utils/color.js | 8 + 6 files changed, 263 insertions(+), 192 deletions(-) create mode 100644 src/utils/color.js diff --git a/src/api/index.js b/src/api/index.js index 3ea84e2..db08a04 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -80,7 +80,7 @@ export function login(data) { // 土壤数据 export function getSoilSummry(data) { return requests({ - url: '/zh-applet-admin/appmana/statistic/airSoilIntegrate', + url: '/zh-applet-admin/appmana/bigScreen/timesIntegrate', method: 'post', headers: { 'content-type': 'application/json; charset=UTF-8' }, data: data? data : {} diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 11f2ff3..a3491e2 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -890,4 +890,11 @@ left: 0px; width: 10px; height: 10px; +} +.tableRowClassName{ + background-color: #000a21 !important; + color: #fff !important; +} +::-webkit-scrollbar { + width: 0 !important; /* 隐藏滚动条 */ } \ No newline at end of file diff --git a/src/components/SoilDialog.vue b/src/components/SoilDialog.vue index 6a9e25e..adbeb62 100644 --- a/src/components/SoilDialog.vue +++ b/src/components/SoilDialog.vue @@ -1,14 +1,15 @@