feat: 页面结构的调整
This commit is contained in:
@@ -21,3 +21,5 @@
|
||||
@import "./white-space.scss";
|
||||
@import "./box-sizing.scss";
|
||||
@import "./word-break.scss";
|
||||
@import "./min-height.scss";
|
||||
@import "./min-width.scss";
|
||||
|
||||
3
src/static/scss/min-height.scss
Normal file
3
src/static/scss/min-height.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.min-height-0 {
|
||||
min-height: 0;
|
||||
}
|
||||
3
src/static/scss/min-width.scss
Normal file
3
src/static/scss/min-width.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.min-width-0 {
|
||||
min-width: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user