diff --git a/frontend/src/views/aiAlarmSetting/index.vue b/frontend/src/views/aiAlarmSetting/index.vue index 88766a7..8ca9395 100644 --- a/frontend/src/views/aiAlarmSetting/index.vue +++ b/frontend/src/views/aiAlarmSetting/index.vue @@ -1,6 +1,6 @@ @@ -110,25 +175,20 @@ onMounted(() => {
{{ item.channel_no }}
-
- - - - +
+ {{ item.singal_type }}
- +
- +
- +
@@ -151,11 +211,8 @@ onMounted(() => { - +
@@ -286,8 +343,9 @@ onMounted(() => { :deep(.el-input__inner) { text-align: center !important; } + :deep(.el-input.is-disabled .el-input__inner) { - color: #606266; - -webkit-text-fill-color: #606266; + color: #606266; + -webkit-text-fill-color: #606266; } \ No newline at end of file