feat: 调整RecommendPostsList组件样式

This commit is contained in:
duanshuwen
2025-10-14 19:52:13 +08:00
parent 4b14ea4f08
commit 03f49a5b48
4 changed files with 5 additions and 4 deletions

View File

@@ -18,3 +18,4 @@
@import "./overflow.scss";
@import "./width.scss";
@import "./z-index.scss";
@import "./white-scape.scss";

View File

@@ -0,0 +1,3 @@
.whitescape-nowrap {
white-space: nowrap;
}