fix: env params incorrect after switching between vendors

This commit is contained in:
jialin
2026-02-07 16:51:09 +08:00
parent 3c5b095510
commit 21ffd2a564
8 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ body {
.cascader-popup-wrapper {
width: 100%;
border: 1px solid var(--ant-color-border);
inset: 54px auto auto 0 !important;
inset: 53px auto auto 0 !important;
border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
border-top: none;
max-height: 240px;