style: 表格size=small边距6px/拖拽mask穿透导致滚动失效
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user