feat: 页面结构的调整

This commit is contained in:
2026-04-29 12:31:50 +08:00
parent 3b0fb23a5c
commit 3d6fe2642c
9 changed files with 95 additions and 151 deletions

View File

@@ -21,3 +21,5 @@
@import "./white-space.scss";
@import "./box-sizing.scss";
@import "./word-break.scss";
@import "./min-height.scss";
@import "./min-width.scss";

View File

@@ -0,0 +1,3 @@
.min-height-0 {
min-height: 0;
}

View File

@@ -0,0 +1,3 @@
.min-width-0 {
min-width: 0;
}