Skip to content

Commit e6f2a62

Browse files
YunaiVgitee-org
authored andcommitted
!487 【功能优化】修复商城装修页面拖动组件时会异常选择所有文字的问题
Merge pull request !487 from zhaoyu/master
2 parents df8b1fb + 8f31bd7 commit e6f2a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DiyEditor/components/ComponentLibrary.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const handleCloneComponent = (component: DiyComponent<any>) => {
9595
.editor-left {
9696
z-index: 1;
9797
flex-shrink: 0;
98+
user-select: none;
9899
box-shadow: 8px 0 8px -8px rgb(0 0 0 / 12%);
99100
100101
:deep(.el-collapse) {

0 commit comments

Comments
 (0)