【功能优化】修复商城装修页面拖动组件时会异常选择所有文字的问题

pull/487/head
tb 2024-07-27 17:20:30 +08:00
parent 9e44a6cf0f
commit 8f31bd73cd
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ const handleCloneComponent = (component: DiyComponent<any>) => {
.editor-left {
z-index: 1;
flex-shrink: 0;
user-select: none;
box-shadow: 8px 0 8px -8px rgb(0 0 0 / 12%);
:deep(.el-collapse) {