From 524e3297aa5afa87378b3de3d28fd0e14451622d Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 8 Sep 2021 17:49:32 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=20alert=20rule=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/alertRuleBox.vue | 1 - .../common/table/alert/alertRuleTable.vue | 13 +++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue index 50de4dc1f..0b793f473 100644 --- a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue @@ -660,7 +660,6 @@ export default { } .right-box-alert-rule /deep/ .right-box__container .el-form-item__content .el-input-group--prepend{ width: 100%; - margin-top: 5px; } /deep/ .rich-text-editor{ line-height: 24px; diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue index b0aea3d47..a860eb181 100644 --- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue @@ -67,10 +67,12 @@ :open-delay="300" >
-
Schedule : {{scope.row.schedEnable ? $t('dashboard.panel.chartForm.lockList.on') : $t('dashboard.panel.chartForm.lockList.off')}}
-
Effective configuration:
-
{{weekStr(scope.row.schedDays)}}
-
{{scope.row.schedStime+' - '+scope.row.schedEtime}}
+
Schedule : {{scope.row.schedEnable ? $t('dashboard.panel.chartForm.lockList.on') : $t('dashboard.panel.chartForm.lockList.off')}}
+
+
Effective configuration:
+
{{weekStr(scope.row.schedDays)}}
+
{{scope.row.schedStime+' - '+scope.row.schedEtime}}
+