fix: gpu selector height

This commit is contained in:
jialin
2026-06-22 15:25:18 +08:00
committed by jialin
parent 84304eadb7
commit 03842d1741
5 changed files with 36 additions and 24 deletions
+7 -2
View File
@@ -638,10 +638,15 @@ body {
inset: 53px auto auto 0 !important;
border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
border-top: none;
max-height: 240px;
min-height: 100px;
.ant-cascader-menus {
align-items: stretch;
}
&.gpu-selector {
.ant-cascader-menu {
max-height: 400px;
height: unset;
}
.ant-cascader-menu:last-child {
flex: auto;