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

Merge pull request !487 from zhaoyu/master
This commit is contained in:
芋道源码 2024-07-29 11:47:03 +00:00 committed by Gitee
commit e6f2a62c15
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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) {