|
@@ -103,6 +103,7 @@ const handleClick = () => {
|
|
|
<style>
|
|
<style>
|
|
|
.suspension-area {
|
|
.suspension-area {
|
|
|
/* 移除 pointer-events: none,确保可以正常接收拖动事件 */
|
|
/* 移除 pointer-events: none,确保可以正常接收拖动事件 */
|
|
|
|
|
+ pointer-events: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.suspension-view {
|
|
.suspension-view {
|
|
@@ -112,5 +113,6 @@ const handleClick = () => {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
background-color: v-bind('props.bgColor');
|
|
background-color: v-bind('props.bgColor');
|
|
|
border-radius: v-bind('props.borderRadius');
|
|
border-radius: v-bind('props.borderRadius');
|
|
|
|
|
+ pointer-events: auto;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|