Skip to content

Commit fc54f56

Browse files
author
yqz
committed
fix:解决文章编辑无法下拉问题
1 parent 94ede66 commit fc54f56

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vue/src/views/ConsoleArticleComposeView.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,8 @@ onMounted(async () => {
13071307
13081308
min-height: 0;
13091309
1310+
overflow: hidden;
1311+
13101312
}
13111313
13121314
@@ -1323,6 +1325,8 @@ onMounted(async () => {
13231325
13241326
gap: 12px;
13251327
1328+
overflow-y: auto;
1329+
13261330
}
13271331
13281332

0 commit comments

Comments
 (0)