globalVariables.ts 199 B

12
  1. // 表格一行显示,超出 提示 Tooltip
  2. export const tableShowOverflowTooltip: any = { enterable: true, placement: 'top', showArrow: true, hideAfter: 200, popperOptions: { strategy: 'fixed' } }