修复Area组件拖拽不工作问题:将正常状态下的position从static改为absolute
This commit is contained in:
@@ -256,7 +256,8 @@ onMounted(() => {
|
|||||||
|
|
||||||
/* 正常状态样式 */
|
/* 正常状态样式 */
|
||||||
.vs-area.is-normal {
|
.vs-area.is-normal {
|
||||||
position: static;
|
position: absolute;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 最大化状态样式 */
|
/* 最大化状态样式 */
|
||||||
|
|||||||
Reference in New Issue
Block a user