diff --git a/src/components/content/fanInfo/FanInfo.vue b/src/components/content/fanInfo/FanInfo.vue index eed36ce..075eff3 100644 --- a/src/components/content/fanInfo/FanInfo.vue +++ b/src/components/content/fanInfo/FanInfo.vue @@ -15,7 +15,7 @@
-
+
状态:{{ item.breakdown ? '故障' : '运行' }} @@ -44,7 +44,7 @@ 手动
-
+
给定频率 @@ -55,16 +55,16 @@ - +
- - 正在输入中... - + + +
@@ -820,9 +820,7 @@ input[type="number"] { margin-top: 48px; display: flex; align-items: center; - .changeMargin{ - margin-top: -40px; - } + .state { flex: 1; display: flex; @@ -902,7 +900,9 @@ input[type="number"] { margin-top: 10px; display: flex; flex-direction: column; + .changeMargin{ + } > div:first-child { display: flex; @@ -910,6 +910,12 @@ input[type="number"] { white-space: pre; margin-right: 14px; } + :deep(.is-focus) { + .el-input__inner { + font-weight: normal!important; + color: #fff!important; + } + } :deep(.el-input__wrapper) { width: 160px; height: 44px; diff --git a/src/views/tunnel-manage/index.vue b/src/views/tunnel-manage/index.vue index f90d824..ef98e4a 100644 --- a/src/views/tunnel-manage/index.vue +++ b/src/views/tunnel-manage/index.vue @@ -111,7 +111,6 @@