feat: 首页主题样式调整

This commit is contained in:
duanshuwen
2025-10-15 20:21:32 +08:00
parent 6c35146b36
commit 44a3b16eb1
9 changed files with 22 additions and 23 deletions

View File

@@ -11,6 +11,10 @@
font-size: 10px;
}
.font-size-11 {
font-size: 11px;
}
.font-size-12 {
font-size: 12px;
}

View File

@@ -14,8 +14,8 @@
@import "./rounded.scss";
@import "./ellipsis.scss";
@import "./position.scss";
@import "./scroll.scss";
@import "./overflow.scss";
@import "./scroll.scss";
@import "./width.scss";
@import "./z-index.scss";
@import "./white-space.scss";

View File

@@ -1,3 +1,3 @@
.whitesspace-nowrap {
.whitespace-nowrap {
white-space: nowrap;
}