feat : 新增报警信息功能

This commit is contained in:
2024-03-03 23:07:03 +08:00
parent 554b67d61f
commit b827f2ff2b
8 changed files with 623 additions and 95 deletions

View File

@@ -586,34 +586,35 @@ body,
}
.current-site {
.site-bg {
.el-select-dropdown {
width: 200px !important;
}
.el-select-dropdown {
width: 200px !important;
}
.el-select-dropdown__item {
color: #fff !important;
}
.el-select-dropdown__item {
color: #fff !important;
}
.el-select-dropdown__item.hover {
background-color: #072247 !important;
}
.el-select-dropdown__item.hover {
background-color: #072247 !important;
}
.el-select-dropdown__item:hover {
background-color: #072247 !important;
color: #08B7B8 !important;
}
.el-select-dropdown__item:hover {
background-color: #072247 !important;
color: #08B7B8 !important;
}
.el-select-dropdown__item.selected {
color: #08B7B8 !important;
}
.el-select-dropdown__item.selected {
color: #08B7B8 !important;
}
.el-select-dropdown__list {
.el-select-dropdown__item:first-child {
color: #FFFFFF;
.el-select-dropdown__list {
.el-select-dropdown__item:first-child {
color: #FFFFFF;
&:hover {
color: #08B7B8 !important;
&:hover {
color: #08B7B8 !important;
}
}
}
}