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