Skip to content

Commit 422f705

Browse files
committed
fix(vue editor): 修复el-image lazy 判断是否为滚动容器可能错误的问题
1 parent f0a029c commit 422f705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/demo/src/vue-editor/views/editor/Editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
height: 100vh;
444444
padding-left: 0;
445445
}
446-
.contentWrap, .dragAreaWrap{
446+
.dragAreaWrap{
447447
overflow-x: hidden;
448448
}
449449
.contentBox, .dragAreaWrap{

packages/demo/src/vue-editor/views/editor/EditorM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
height: 100vh;
440440
padding-left: 0;
441441
}
442-
.contentWrap, .dragAreaWrap{
442+
.dragAreaWrap{
443443
overflow-x: hidden;
444444
}
445445
:global {

0 commit comments

Comments
 (0)