diff options
| author | likexuan <[email protected]> | 2022-08-30 15:41:48 +0800 |
|---|---|---|
| committer | likexuan <[email protected]> | 2022-08-30 15:41:48 +0800 |
| commit | c99844cf0d74f6dd59d7f003e8bd1af66ce8d487 (patch) | |
| tree | 794d92553f19bf44e890a324e4a10511138fc278 | |
| parent | b22e735d9cbdd2027a47792efe94c6643e30c053 (diff) | |
fix : 告警规则表达式输入光标黑色
| -rw-r--r-- | nezha-fronted/src/assets/css/components/common/rightBox/alertRuleBox.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nezha-fronted/src/assets/css/components/common/rightBox/alertRuleBox.scss b/nezha-fronted/src/assets/css/components/common/rightBox/alertRuleBox.scss index bcaf315f8..a59e9559b 100644 --- a/nezha-fronted/src/assets/css/components/common/rightBox/alertRuleBox.scss +++ b/nezha-fronted/src/assets/css/components/common/rightBox/alertRuleBox.scss @@ -76,6 +76,9 @@ color: #FFFFFF; } } + .ͼ2 .cm-content{ + caret-color:$--color-text-regular; + } } .severity-item{ color: $--color-text-secondary; |
