diff --git a/src/components/Setting/components/RunInfectionSetting.vue b/src/components/Setting/components/RunInfectionSetting.vue
index aa30667..acf4c32 100644
--- a/src/components/Setting/components/RunInfectionSetting.vue
+++ b/src/components/Setting/components/RunInfectionSetting.vue
@@ -10,162 +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"
- @close="setcontinuedGsVal"
- :show="continued_gsShow"
- theme="custom"
- close-button-text="配置"
- @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="配置"
- @close="setstoped_humiVal"
- v-model="stoped_humi"
- :title="stoped_humi"
- :show="stoped_humiShow"
- @blur="stoped_humiShow = false"
- />
- handleInput(val, 10)"
close-button-text="配置"
@@ -645,7 +557,7 @@ const setSprayLiquidVal = () => {
color: #000000;
display: flex;
align-items: center;
- .field_font {
+ :deep(.field_font) {
font-size: 26px;
width: 180px;
}