This commit is contained in:
duanliang
2025-04-26 17:58:56 +08:00
parent 5d4959494e
commit 6a1a61295c

View File

@@ -656,6 +656,7 @@
position: relative; position: relative;
height: vh(490); height: vh(490);
padding: 0 vw(20); padding: 0 vw(20);
padding-right:0;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
/* 滚动条整体样式 */ /* 滚动条整体样式 */
@@ -734,8 +735,10 @@
text-overflow: ellipsis; text-overflow: ellipsis;
// display: flex; // display: flex;
align-items: flex-start; align-items: flex-start;
padding-right:0;
&:nth-last-of-type(1) { &:nth-last-of-type(1) {
padding: vh(0) vw(20); padding: vh(0) vw(20);
padding-right:0;
} }
} }
} }