From 3bb2c99354cbe39c02b8c1465bc31f973aaad950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Mon, 21 Jul 2025 15:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=8F=B8=E3=80=81=E9=94=85=E7=82=89?= =?UTF-8?q?=E6=88=BF=E3=80=81=E6=8D=A2=E7=83=AD=E7=AB=99=E3=80=81=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=BF=A1=E6=81=AF=E3=80=81=E4=BE=9B=E7=83=AD=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E3=80=81=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/loginmini/style/screen.less | 21 +-- .../company/components/ThermalcompanyForm.vue | 8 +- .../heatsource/components/HeatsourceForm.vue | 42 +++--- .../heatsource/components/HeatsourceModal.vue | 2 +- src/views/base/simconfig/SimconfigList.vue | 12 +- .../base/station/HeatsourcestationList.vue | 32 +++-- .../components/HeatsourcestationForm.vue | 8 +- .../components/HeatsourcestationModal.vue | 2 +- src/views/dashboard/Analysis/detail.vue | 2 +- src/views/dashboard/Analysis/index.vue | 4 +- .../heating/extract/DataExtractConfigList.vue | 65 ++++++---- .../components/DataExtractConfigForm.vue | 3 + .../heating/heatanalysis/HeatanalysisList.vue | 17 ++- .../history/HeatanalysisHistoryList.vue | 14 +- .../mapmanagement/components/MarkinfoForm.vue | 2 +- src/views/heating/report/HeatanalysisList.vue | 121 +++++++++--------- src/views/home/home.vue | 4 +- src/views/screen/components/BarMulti.vue | 10 +- .../screen/components/HeatanalysisList.vue | 2 +- src/views/screen/components/LineMulti.vue | 10 +- src/views/system/loginmini/MiniLogin.vue | 2 +- src/views/temperature/report/Line.vue | 6 +- .../temperature/report/TemperatureList.vue | 76 ++++++++--- 23 files changed, 292 insertions(+), 173 deletions(-) diff --git a/src/assets/loginmini/style/screen.less b/src/assets/loginmini/style/screen.less index c193827..aac5bea 100644 --- a/src/assets/loginmini/style/screen.less +++ b/src/assets/loginmini/style/screen.less @@ -253,7 +253,7 @@ b,strong{font-weight:700} display: table; //display:flex; justify-content: center; - border-radius:10px; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; @@ -267,7 +267,7 @@ b,strong{font-weight:700} justify-content: center; text-align: center; background:url(../images/list4.png) no-repeat center; - border-radius:10px; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; @@ -319,7 +319,7 @@ b,strong{font-weight:700} display: table; justify-content: center; background:url(../images/list1.png) no-repeat center; - border-radius:10px; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; @@ -332,7 +332,7 @@ b,strong{font-weight:700} justify-content: center; text-align: center; background:url(../images/list4.png) no-repeat center; - border-radius:10px; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; @@ -505,7 +505,7 @@ outline:none; display: table; //display:flex; justify-content: center; - border-radius:10px; + border-radius:4px; font-size:1.2rem; height:2.8rem; line-height:2.8rem; @@ -519,7 +519,7 @@ outline:none; justify-content: center; text-align: center; background:url(../images/list4.png) no-repeat center; - border-radius:10px; + border-radius:4px; font-size:1.2rem; height:2.8rem; line-height:2.8rem; @@ -533,7 +533,7 @@ outline:none; display: table; justify-content: center; background:url(../images/list1.png) no-repeat center; - border-radius:10px; + border-radius:4px; font-size:1.2rem; height:2.8rem; line-height:2.8rem; @@ -546,7 +546,7 @@ outline:none; justify-content: center; text-align: center; background:url(../images/list4.png) no-repeat center; - border-radius:10px; + border-radius:4px; font-size:1.2rem; height:2.8rem; line-height:2.8rem; @@ -631,6 +631,7 @@ outline:none; display: table; //display:flex; justify-content: center; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; @@ -644,6 +645,7 @@ outline:none; justify-content: center; text-align: center; background:url(../images/list4.png) no-repeat center; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; @@ -657,6 +659,7 @@ outline:none; display: table; justify-content: center; background:url(../images/list1.png) no-repeat center; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; @@ -669,7 +672,7 @@ outline:none; justify-content: center; text-align: center; background:url(../images/list4.png) no-repeat center; - border-radius:10px; + border-radius:4px; font-size:0.9rem; height:2.6rem; line-height:2.6rem; diff --git a/src/views/base/company/components/ThermalcompanyForm.vue b/src/views/base/company/components/ThermalcompanyForm.vue index 24eb43c..1ee1993 100644 --- a/src/views/base/company/components/ThermalcompanyForm.vue +++ b/src/views/base/company/components/ThermalcompanyForm.vue @@ -21,7 +21,7 @@ - + @@ -64,12 +64,12 @@ - + - + - + diff --git a/src/views/base/heatsource/components/HeatsourceForm.vue b/src/views/base/heatsource/components/HeatsourceForm.vue index ddfe31d..393966a 100644 --- a/src/views/base/heatsource/components/HeatsourceForm.vue +++ b/src/views/base/heatsource/components/HeatsourceForm.vue @@ -21,7 +21,7 @@ - + @@ -41,102 +41,102 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/src/views/base/heatsource/components/HeatsourceModal.vue b/src/views/base/heatsource/components/HeatsourceModal.vue index 56b4797..bbb332c 100644 --- a/src/views/base/heatsource/components/HeatsourceModal.vue +++ b/src/views/base/heatsource/components/HeatsourceModal.vue @@ -10,7 +10,7 @@ import JModal from '/@/components/Modal/src/JModal/JModal.vue'; const title = ref(''); - const width = ref(1600); + const width = ref(1400); const visible = ref(false); const disableSubmit = ref(false); const registerForm = ref(); diff --git a/src/views/base/simconfig/SimconfigList.vue b/src/views/base/simconfig/SimconfigList.vue index 2c5d4ee..688bd97 100644 --- a/src/views/base/simconfig/SimconfigList.vue +++ b/src/views/base/simconfig/SimconfigList.vue @@ -1,5 +1,5 @@