fix: update evaluation result issue

This commit is contained in:
jialin
2025-06-24 20:47:27 +08:00
parent 5f7df3f871
commit 830ee45161
7 changed files with 153 additions and 99 deletions
+10 -1
View File
@@ -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);