fix(web): ui

This commit is contained in:
zhaoying
2026-03-27 16:00:26 +08:00
parent 200c13b59f
commit e37b1b01ca
36 changed files with 307 additions and 121 deletions

View File

@@ -88,17 +88,15 @@ body {
padding: 0;
height: 100%;
}
.ant-menu-light .ant-menu-item {
font-weight: 500;
}
.ant-menu-light .ant-menu-item-selected,
.ant-menu-light>.ant-menu .ant-menu-item-selected,
.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover,
.ant-menu-light>.ant-menu:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover {
box-shadow: none;
}
.ant-menu-light .ant-menu-item-selected,
.ant-menu-light>.ant-menu .ant-menu-item-selected {
font-weight: 500;
}
.ant-menu-inline-collapsed-tooltip .ant-tooltip-arrow {
display: none;
}
@@ -380,6 +378,11 @@ body {
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
background-color: #FFFFFF;
}
.ant-input-filled:hover,
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
background-color: #FFFFFF;
border-color: #171719;
}
.ant-checkbox .ant-checkbox-inner {
border-radius: 6px !important;
}
@@ -392,4 +395,4 @@ body {
.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {
color: #FFFFFF;
background-color: #171719;
}
}