diff --git a/src/components/Setting/components/RunInfectionSetting.vue b/src/components/Setting/components/RunInfectionSetting.vue
index aa30667..390d0c0 100644
--- a/src/components/Setting/components/RunInfectionSetting.vue
+++ b/src/components/Setting/components/RunInfectionSetting.vue
@@ -10,122 +10,74 @@
handleInput(val, 2)"
- :title="sprayLiquidConfigVal"
- :show="sprayLiquidConfigValShow"
- theme="custom"
- @close="setSprayLiquidVal"
- close-button-text="配置"
- @blur="sprayLiquidConfigValShow = false"
- />
- handleInput(val, 3)"
- :title="stoped_gs"
- :show="stoped_gsShow"
- theme="custom"
- @close="setStopedGsVal"
- close-button-text="配置"
- @blur="stoped_gsShow = false"
- />
- handleInput(val, 4)"
:title="continued_gs"
@@ -136,26 +88,6 @@
@blur="continued_gsShow = false"
/>
handleInput(val, 5)"
- :title="stoped_satur"
- @close="setstopedSaturVal"
- :show="stoped_saturShow"
- theme="custom"
- close-button-text="配置"
- @blur="stoped_saturShow = false"
- />
- handleInput(val, 6)"
- :title="continued_satur"
- @close="setContinuedSaturVal"
- :show="continued_saturShow"
- theme="custom"
- close-button-text="配置"
- @blur="continued_saturShow = false"
- />
- handleInput(val, 9)"
theme="custom"
close-button-text="配置"
@@ -165,16 +97,6 @@
:show="stoped_humiShow"
@blur="stoped_humiShow = false"
/>
- handleInput(val, 10)"
- close-button-text="配置"
- @close="setcontinued_humiVal"
- v-model="continued_humi"
- :title="continued_humi"
- :show="continued_humiShow"
- @blur="continued_humiShow = false"
- />
@@ -645,7 +567,7 @@ const setSprayLiquidVal = () => {
color: #000000;
display: flex;
align-items: center;
- .field_font {
+ :deep(.field_font) {
font-size: 26px;
width: 180px;
}