有点d伤

关注

【Python】基本使用

有点d伤

关注

阅读 30

2024-09-16

pointer-events文档
解决思路为通过pointer-events实现事件穿透,不响应固定列的拖拽,而是响应其子元素的拖拽事件

/deep/.el-table__fixed,
/deep/.el-table__fixed-right {
  pointer-events: none;
}
/deep/.el-table__fixed *,
/deep/.el-table__fixed-right * {
  pointer-events: auto;
}

相关推荐

zmhc

【Python】Celery基本使用

zmhc 73 0 0

爱写作的小土豆

Python爬虫---selenium基本使用

爱写作的小土豆 20 0 0

幸甚至哉歌以咏志

python变量的基本使用

幸甚至哉歌以咏志 50 0 0

NicoalsNC

Python列表的基本使用

NicoalsNC 59 0 0

Java旺

python unittest使用基本过程

Java旺 72 0 0

我是小瘦子哟

python urllib库的基本使用

我是小瘦子哟 99 0 0

灯火南山

Python编程:IPython的基本使用

灯火南山 77 0 0

青乌

Python爬虫selenium框架基本使用

青乌 33 0 0

梦为马

Python爬虫:requests库基本使用

梦为马 88 0 0

工程与房产肖律师

Python函数的基本使用(一)

工程与房产肖律师 36 0 0

精彩评论(0)

0 0 举报