|
@@ -438,7 +438,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- /* overflow-y: auto; */
|
|
|
+ overflow-y: auto;
|
|
|
overflow-x: visible; /* 确保横向溢出内容可见 */
|
|
|
position: relative;
|
|
|
}
|
|
@@ -527,8 +527,8 @@ export default {
|
|
|
.itemFold {
|
|
|
position: absolute;
|
|
|
width: 65px;
|
|
|
- left:-65px;
|
|
|
- top: 0;
|
|
|
+ left:0px;
|
|
|
+ top: 65px;
|
|
|
background: rgb(255, 255, 255);
|
|
|
box-sizing: border-box;
|
|
|
border: solid 1px #eaeaea;
|