perf: table tooltip 修改鼠标移上图标显示

This commit is contained in:
“huailei000”
2023-10-25 16:53:05 +08:00
committed by huailei
parent 2d6005a4e0
commit a03e985df3

View File

@@ -43,6 +43,7 @@ Object.assign(Table.components.TableBody.methods, {
tooltip.doDestroy()
tooltip.setExpectedState(true)
this.activateTooltip(tooltip)
tooltip.$refs.popper.style.cursor = 'pointer'
// 点击复制
tooltip.$refs.popper.onclick = () => {
message.success(i18n.t('common.CopySuccess'))