diff --git a/src/styles/group.scss b/src/styles/group.scss index 38c2e96d2d7e5e8cfdb9c5e03dc084d02af89522..b7cae4b41fd037ccac4495f81a0389f7acc5ca3c 100644 --- a/src/styles/group.scss +++ b/src/styles/group.scss @@ -104,8 +104,9 @@ display: grid; grid-template-columns: repeat(auto-fill, 339px); gap: 16px; - max-height: 660px; + max-height: calc(100vh - 500px); overflow-y: auto; + overflow-x: hidden; .group-card-item { width: 339px; @@ -239,8 +240,9 @@ } .el-table__body-wrapper{ - max-height: 660px; - overflow-y: auto + max-height: calc(100vh - 500px); + overflow-y: auto; + overflow-x: hidden; } .group-name-row {