diff options
| author | zhangyu <[email protected]> | 2023-04-12 10:46:07 +0800 |
|---|---|---|
| committer | zhangyu <[email protected]> | 2023-04-12 10:46:07 +0800 |
| commit | b21f47a95a01a3daf602963f382df669707acbc1 (patch) | |
| tree | 0c44c04e234c3a08156ca10abc020d3b1179e809 | |
| parent | a38a8e9f22b00dcbfe1f571aca46350959077532 (diff) | |
feat: 样式以及文案调整dev-3.7-multi-threshold
| -rw-r--r-- | nezha-fronted/src/components/common/rightBox/alertRuleBox.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue index 4db5cfe10..c3ed50cbe 100644 --- a/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/alertRuleBox.vue @@ -97,7 +97,7 @@ </el-form-item> <el-form-item prop="timeout" :rules="{ required: true, message: $t('validate.required'), trigger: 'blur'}" style="margin-bottom:0;"> <div class="threshold-item"> - <div class="threshold-item-left" style="margin-right:15px">{{$t('alert.config.normal')}}</div> + <div class="threshold-item-left" style="margin-right:24px">{{$t('alert.config.normal')}}</div> <el-input-number size="small" placeholder="N" |
