fix: 还原工作组件 修改告警设置页面

This commit is contained in:
zhaohy
2024-07-08 11:24:24 +08:00
parent d004a06ec1
commit 3abdde797b
6 changed files with 54 additions and 243 deletions

View File

@@ -747,27 +747,4 @@
word-break: break-word;
width: 100%;
}
.blue-background.ant-switch-checked {
background-color: linear-gradient(
180deg,
rgba(1, 206, 255, 1) 0%,
rgba(0, 150, 229, 1) 100%
) !important;
}
.grey-background.ant-switch {
background-color: grey !important;
}
.blue-background.ant-switch-checked .ant-switch-handle {
background-color: linear-gradient(
180deg,
rgba(1, 206, 255, 1) 0%,
rgba(0, 150, 229, 1) 100%
) !important;
}
.grey-background.ant-switch .ant-switch-handle {
background-color: grey !important;
}
</style>