diff --git a/src/components/AddPreSetting.vue b/src/components/AddPreSetting.vue index 3434f06..336bb8c 100644 --- a/src/components/AddPreSetting.vue +++ b/src/components/AddPreSetting.vue @@ -4,6 +4,7 @@

注射蠕动泵速率(g/min)

消毒继续过氧化氢浓度(ppm)

消毒停止相对湿度(%RH)

消毒继续相对湿度(%RH)

消毒停止过氧化氢相对饱和度(%RS)

{ } .num { font-family: Source Han Sans CN; - font-size: 14px; + font-size: 24px; font-weight: 500; letter-spacing: 0.1em; color: #000000; @@ -805,10 +812,15 @@ onMounted(() => { align-items: center; justify-content: center; } + .field_font { + font-size: 26px; + width: 180px; + } } .formula_input { border: none; height: 38px; + font-size: 22px; padding: 0 12px; width: 220px; } diff --git a/src/components/Audit.vue b/src/components/Audit.vue index 26fcf15..2ea1c70 100644 --- a/src/components/Audit.vue +++ b/src/components/Audit.vue @@ -147,6 +147,7 @@ const handleCurrentPageChange = page => { white-space: nowrap; text-overflow: ellipsis; text-align: center; + font-size: 21px; } .oper { width: 600px; @@ -156,6 +157,7 @@ const handleCurrentPageChange = page => { text-align: center; } .time { + font-size: 20px; width: 230px; overflow: hidden; text-align: center; diff --git a/src/components/Formula.vue b/src/components/Formula.vue index f0ee9ec..af1629a 100644 --- a/src/components/Formula.vue +++ b/src/components/Formula.vue @@ -232,6 +232,7 @@ onMounted(() => { box-sizing: border-box; .username { width: 251px; + font-size: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/src/components/Setting/components/Date.vue b/src/components/Setting/components/Date.vue index 9f9bab4..a93ea8a 100644 --- a/src/components/Setting/components/Date.vue +++ b/src/components/Setting/components/Date.vue @@ -69,7 +69,7 @@ const hideTimePicker = () => { } .num { font-family: Source Han Sans CN; - font-size: 14px; + font-size: 18px; font-weight: 500; letter-spacing: 0.1em; color: #000000; diff --git a/src/components/Setting/components/Device.vue b/src/components/Setting/components/Device.vue index 70cb1b3..9d66ab3 100644 --- a/src/components/Setting/components/Device.vue +++ b/src/components/Setting/components/Device.vue @@ -5,6 +5,7 @@

消毒停止相对湿度(%RH)

消毒继续相对湿度(%RH)

消毒停止过氧化氢相对饱和度(%RS)

消毒继续过氧化氢相对饱和度(%RS)

允许消毒最大湿度(%RH)

预热时间(s)

{ color: #000000; display: flex; align-items: center; + .field_font { + font-size: 26px; + width: 180px; + } } .btn { width: 87px; diff --git a/src/components/Setting/components/RunInfectionSetting.vue b/src/components/Setting/components/RunInfectionSetting.vue index 00e38bd..a751066 100644 --- a/src/components/Setting/components/RunInfectionSetting.vue +++ b/src/components/Setting/components/RunInfectionSetting.vue @@ -5,6 +5,7 @@

消毒继续过氧化氢浓度(ppm)

消毒停止相对湿度(%RH)

消毒继续相对湿度(%RH)

消毒继续过氧化氢相对饱和度(%RS)

{ color: #000000; display: flex; align-items: center; + .field_font { + font-size: 26px; + width: 180px; + } } .btn { width: 87px; diff --git a/src/components/Test.vue b/src/components/Test.vue index 0eb6ac1..2328549 100644 --- a/src/components/Test.vue +++ b/src/components/Test.vue @@ -552,7 +552,7 @@ const changeDraughtStatus = flag => { } .num { font-family: Source Han Sans CN; - font-size: 13px; + font-size: 18px; font-weight: 500; letter-spacing: 0.1em; color: #000000; @@ -568,7 +568,7 @@ const changeDraughtStatus = flag => { color: #0e0e0e; font-family: Source Han Sans CN; font-weight: 500; - font-size: 14; + font-size: 18px; } } } @@ -613,7 +613,7 @@ const changeDraughtStatus = flag => { font-size: 14px; font-weight: 500; letter-spacing: 0.1em; - color: #d8d8d8; + color: #282727; } } } @@ -621,7 +621,7 @@ const changeDraughtStatus = flag => { padding: 0 17px 0 17px; justify-content: space-between; .btn_wrap { - width: 184px; + width: 150px; height: 45px; border-radius: 23px; background: #06518b; @@ -649,7 +649,7 @@ const changeDraughtStatus = flag => { } .info { font-family: Source Han Sans CN; - font-size: 14px; + font-size: 18px; font-weight: 500; letter-spacing: 0.1em; color: #06518b; diff --git a/src/components/UpdatePreSetting.vue b/src/components/UpdatePreSetting.vue index ea8f599..e900efe 100644 --- a/src/components/UpdatePreSetting.vue +++ b/src/components/UpdatePreSetting.vue @@ -4,6 +4,7 @@

消毒停止过氧化氢浓度(ppm)

{ } .num { font-family: Source Han Sans CN; - font-size: 14px; + font-size: 24px; font-weight: 500; letter-spacing: 0.1em; color: #000000; @@ -866,12 +873,17 @@ onMounted(() => { align-items: center; justify-content: center; } + .field_font { + font-size: 26px; + width: 180px; + } } .formula_input { border: none; height: 38px; padding: 0 12px; width: 220px; + font-size: 22px; } .btn { width: 87px;