style: 表格size=small边距6px/拖拽mask穿透导致滚动失效

This commit is contained in:
TsMask
2023-11-30 16:49:15 +08:00
parent 805785ccb7
commit 8a7698b58f
3 changed files with 15 additions and 7 deletions

View File

@@ -123,7 +123,6 @@ watch(
<template>
<a-modal
wrapClassName="draggable-modal"
get-container=".ant-pro-page-container"
:width="props.width"
:keyboard="props.keyboard"
:mask="props.mask"
@@ -155,9 +154,12 @@ watch(
<style lang="less">
.draggable-modal {
&.ant-modal-wrap {
pointer-events: none;
}
// 穿透选择文字
// 给a-modal设置 get-container=".ant-pro-page-container"
// 防止跳转显示
// &.ant-modal-wrap {
// pointer-events: none;
// }
&-title {
width: 100%;
cursor: move;