Merge remote-tracking branch 'origin/feature_主分支合并UI优化' into release_20260829
This commit is contained in:
@@ -835,9 +835,9 @@ const home = {
|
|||||||
|
|
||||||
.quick-scroll-grid {
|
.quick-scroll-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
|
grid-template-columns: repeat(4, 25%);
|
||||||
grid-template-rows: repeat(2, 86px);
|
grid-template-rows: repeat(2, 86px);
|
||||||
grid-auto-columns: 25%;
|
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user