feat: 黑色主题边框优化

This commit is contained in:
wangdan 2023-02-28 16:19:11 +08:00 committed by wangdan-fit2cloud
parent ac8dda9e4f
commit b91e5ffb4f

View file

@ -26,7 +26,7 @@ html.dark {
--panel-popup-color: #060708;
--panel-alert-bg: #2f3030;
--panel-path-bg: #2f3030;
.el-tag.el-tag--info {
--el-tag-bg-color: rgb(49, 51, 51);
--el-tag-border-color: rgb(64, 67, 67);
@ -41,7 +41,7 @@ html.dark {
.el-card {
--el-card-bg-color: #111417;
color: #ffffff;
border: none !important;
border: 1px solid var(--el-card-border-color) !important;
}
.el-table {
@ -110,6 +110,9 @@ html.dark {
border: none;
}
}
.menu {
border-right: 1px solid var(--el-border-color-light);
}
.el-menu {
.el-menu-item {
&:hover {