From f4f3f890a18cf5c4aca9fc874ae6929a7750dab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 2 Aug 2022 10:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...gentRefrigeratorInterconnectionFactory.css | 20 +++++++++---------- .../main/resources/static/js/board/week.js | 1 - .../main/resources/templates/broad/week.html | 6 ++++++ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ruoyi-admin/src/main/resources/static/css/board/intelligentRefrigeratorInterconnectionFactory.css b/ruoyi-admin/src/main/resources/static/css/board/intelligentRefrigeratorInterconnectionFactory.css index a4c8535..aae28cc 100644 --- a/ruoyi-admin/src/main/resources/static/css/board/intelligentRefrigeratorInterconnectionFactory.css +++ b/ruoyi-admin/src/main/resources/static/css/board/intelligentRefrigeratorInterconnectionFactory.css @@ -15,7 +15,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnOneClick.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 30%; left: 3%; @@ -24,7 +24,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnOneClick.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 30%; right: 5%; @@ -33,7 +33,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnTwo.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 37%; left: 3%; @@ -42,7 +42,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnTwo.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 37%; right: 5%; @@ -51,7 +51,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnThree.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 44%; left: 3%; @@ -60,7 +60,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnThree.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 44%; right: 5%; @@ -69,7 +69,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnFour.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 51%; left: 3%; @@ -78,7 +78,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnFour.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 51%; right: 5%; @@ -87,7 +87,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnFive.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 58%; left: 3%; @@ -96,7 +96,7 @@ body { background-image: url(../../img/board/intelligentRefrigeratorInterconnectionFactory/btnFive.png); background-size: 100% 100%; position: absolute; - height: 5%; + height: 5vh; aspect-ratio: 236/204; top: 58%; right: 5%; diff --git a/ruoyi-admin/src/main/resources/static/js/board/week.js b/ruoyi-admin/src/main/resources/static/js/board/week.js index ca4368f..bb1b9a3 100644 --- a/ruoyi-admin/src/main/resources/static/js/board/week.js +++ b/ruoyi-admin/src/main/resources/static/js/board/week.js @@ -178,7 +178,6 @@ const safe = (el) => { $(el).html(html) } - const Tips = (val1 = 0, val2 = 0, val3 = 0, el) => { const html = ` 订单数量:${val1}  完成数量:${val2}  清单率:${val3}% diff --git a/ruoyi-admin/src/main/resources/templates/broad/week.html b/ruoyi-admin/src/main/resources/templates/broad/week.html index 2d2ef37..435c405 100644 --- a/ruoyi-admin/src/main/resources/templates/broad/week.html +++ b/ruoyi-admin/src/main/resources/templates/broad/week.html @@ -23,6 +23,7 @@ + @@ -60,5 +61,10 @@ \ No newline at end of file