Skip to content

Commit a3f9d4a

Browse files
committed
fix: bug fix
1 parent be9ed60 commit a3f9d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/system/workspace/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ const handleCurrentChange = (val: number) => {
602602
603603
.list-content {
604604
height: calc(100% - 100px);
605+
overflow-y: auto;
605606
606607
.more {
607608
display: none;

0 commit comments

Comments
 (0)