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 @@