From fe17732876cb5588b5035adaff8ac3fc30f4eb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 6 Jun 2022 17:12:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/css/aluminumLiner/style.css | 4 ++++ .../src/main/resources/static/css/tankShell/device.css | 6 ++++++ .../src/main/resources/templates/aluminumLiner/index.html | 1 + .../src/main/resources/templates/tankShell/device.html | 1 + .../target/classes/static/css/aluminumLiner/style.css | 4 ++++ .../target/classes/static/css/tankShell/device.css | 6 ++++++ .../target/classes/templates/aluminumLiner/index.html | 1 + .../target/classes/templates/tankShell/device.html | 1 + 8 files changed, 24 insertions(+) diff --git a/productionboard/src/main/resources/static/css/aluminumLiner/style.css b/productionboard/src/main/resources/static/css/aluminumLiner/style.css index b7637dc..107eb6c 100644 --- a/productionboard/src/main/resources/static/css/aluminumLiner/style.css +++ b/productionboard/src/main/resources/static/css/aluminumLiner/style.css @@ -15,6 +15,10 @@ body { height: 22%; top: 14%; left: 3.3%; + font-size: 16px !important; +} +.synthetic{ + font-size: 16px !important; } .OEEStatistics { diff --git a/productionboard/src/main/resources/static/css/tankShell/device.css b/productionboard/src/main/resources/static/css/tankShell/device.css index b5c097d..d77bd08 100644 --- a/productionboard/src/main/resources/static/css/tankShell/device.css +++ b/productionboard/src/main/resources/static/css/tankShell/device.css @@ -14,6 +14,7 @@ body { height: 22%; top: 14%; left: 3.3%; + font-size: 16px !important; } .energyProductionStatistics { @@ -23,6 +24,7 @@ body { height: 6%; top: 9%; left: 29%; + font-size: 16px !important; } .runParamStatistics { @@ -32,6 +34,7 @@ body { height: 7.5%; top: 25%; left: 29%; + font-size: 16px !important; } .runParamStatistics div { @@ -44,6 +47,7 @@ body { display: flex; justify-content: center; align-items: center; + font-size: 16px !important; } .lossParam{ @@ -57,6 +61,7 @@ body { justify-content: center; align-items: center; color: #8FB7D1; + font-size: 16px !important; } .meterParam{ @@ -70,6 +75,7 @@ body { justify-content: center; align-items: center; color:#A5E3B1; + font-size: 16px !important; } .OEEStatistics { diff --git a/productionboard/src/main/resources/templates/aluminumLiner/index.html b/productionboard/src/main/resources/templates/aluminumLiner/index.html index 01cbd92..ed5035b 100644 --- a/productionboard/src/main/resources/templates/aluminumLiner/index.html +++ b/productionboard/src/main/resources/templates/aluminumLiner/index.html @@ -10,6 +10,7 @@ + diff --git a/productionboard/src/main/resources/templates/tankShell/device.html b/productionboard/src/main/resources/templates/tankShell/device.html index 543c51a..6fc66e1 100644 --- a/productionboard/src/main/resources/templates/tankShell/device.html +++ b/productionboard/src/main/resources/templates/tankShell/device.html @@ -9,6 +9,7 @@ + diff --git a/productionboard/target/classes/static/css/aluminumLiner/style.css b/productionboard/target/classes/static/css/aluminumLiner/style.css index b7637dc..107eb6c 100644 --- a/productionboard/target/classes/static/css/aluminumLiner/style.css +++ b/productionboard/target/classes/static/css/aluminumLiner/style.css @@ -15,6 +15,10 @@ body { height: 22%; top: 14%; left: 3.3%; + font-size: 16px !important; +} +.synthetic{ + font-size: 16px !important; } .OEEStatistics { diff --git a/productionboard/target/classes/static/css/tankShell/device.css b/productionboard/target/classes/static/css/tankShell/device.css index b5c097d..d77bd08 100644 --- a/productionboard/target/classes/static/css/tankShell/device.css +++ b/productionboard/target/classes/static/css/tankShell/device.css @@ -14,6 +14,7 @@ body { height: 22%; top: 14%; left: 3.3%; + font-size: 16px !important; } .energyProductionStatistics { @@ -23,6 +24,7 @@ body { height: 6%; top: 9%; left: 29%; + font-size: 16px !important; } .runParamStatistics { @@ -32,6 +34,7 @@ body { height: 7.5%; top: 25%; left: 29%; + font-size: 16px !important; } .runParamStatistics div { @@ -44,6 +47,7 @@ body { display: flex; justify-content: center; align-items: center; + font-size: 16px !important; } .lossParam{ @@ -57,6 +61,7 @@ body { justify-content: center; align-items: center; color: #8FB7D1; + font-size: 16px !important; } .meterParam{ @@ -70,6 +75,7 @@ body { justify-content: center; align-items: center; color:#A5E3B1; + font-size: 16px !important; } .OEEStatistics { diff --git a/productionboard/target/classes/templates/aluminumLiner/index.html b/productionboard/target/classes/templates/aluminumLiner/index.html index 01cbd92..ed5035b 100644 --- a/productionboard/target/classes/templates/aluminumLiner/index.html +++ b/productionboard/target/classes/templates/aluminumLiner/index.html @@ -10,6 +10,7 @@ + diff --git a/productionboard/target/classes/templates/tankShell/device.html b/productionboard/target/classes/templates/tankShell/device.html index 543c51a..6fc66e1 100644 --- a/productionboard/target/classes/templates/tankShell/device.html +++ b/productionboard/target/classes/templates/tankShell/device.html @@ -9,6 +9,7 @@ +