fix: update evaluation result issue
This commit is contained in:
+10
-1
@@ -277,6 +277,14 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ant-pro-base-menu-vertical-item-title {
|
||||
// height: var(--ant-menu-item-height) !important;
|
||||
}
|
||||
|
||||
.ant-pro-base-menu-vertical-item-title-collapsed {
|
||||
// height: var(--ant-menu-item-height) !important;
|
||||
}
|
||||
|
||||
.ant-pro-layout {
|
||||
height: 100vh;
|
||||
|
||||
@@ -333,12 +341,13 @@ body {
|
||||
}
|
||||
|
||||
// ======== menu style end ============
|
||||
|
||||
.ant-menu-submenu-popup {
|
||||
.ant-menu-sub {
|
||||
.ant-menu-item-only-child {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: var(--ant-color-text);
|
||||
// color: var(--ant-color-text);
|
||||
|
||||
.anticon {
|
||||
font-size: var(--font-size-middle);
|
||||
|
||||
Reference in New Issue
Block a user