26
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user