fix Semi UI account editor viewport

This commit is contained in:
lingniu
2026-07-18 06:19:32 +08:00
parent 24d3c1dcac
commit f7cd3020f7
3 changed files with 6 additions and 2 deletions

View File

@@ -8794,6 +8794,8 @@
}
.v2-user-editor-sidesheet .semi-sidesheet-inner {
width: min(840px, 100vw) !important;
max-width: 100vw;
overflow: hidden;
border-left: 1px solid #d8e2ee;
background: #f6f8fb;