fix:告警管理ui调整

This commit is contained in:
zhaohy
2024-09-02 16:03:47 +08:00
parent 3aca13f9bb
commit 0627ba2cb2
2 changed files with 14 additions and 0 deletions

View File

@@ -364,4 +364,11 @@
.grey-background.ant-switch .ant-switch-handle { .grey-background.ant-switch .ant-switch-handle {
background-color: rgba(238, 238, 238, 1) !important; background-color: rgba(238, 238, 238, 1) !important;
} }
:deep(.ant-tabs-ink-bar) {
width: 31px !important;
height: 3px !important;
border-radius: 2px !important;
margin-left: 5%;
background: rgba(67, 136, 251, 1);
}
</style> </style>

View File

@@ -199,4 +199,11 @@
text-align: right; text-align: right;
width: 17%; width: 17%;
} }
:deep(.ant-tabs-ink-bar) {
width: 31px !important;
height: 3px !important;
border-radius: 2px !important;
margin-left: 9%;
background: rgba(67, 136, 251, 1);
}
</style> </style>