|
@@ -2,7 +2,7 @@
|
|
|
* @Author: LiZhiWei
|
|
|
* @Date: 2025-04-10 14:38:27
|
|
|
* @LastEditors: LiZhiWei
|
|
|
- * @LastEditTime: 2025-04-18 17:52:24
|
|
|
+ * @LastEditTime: 2025-04-21 09:59:47
|
|
|
* @Description:
|
|
|
-->
|
|
|
<template>
|
|
@@ -4893,9 +4893,6 @@ export default {
|
|
|
el.style.position = 'absolute'
|
|
|
el.style.top = element.top + 'px' || '0'
|
|
|
el.style.left = element.left + 'px' || '0'
|
|
|
- el.style.whiteSpace = element.wrapText ? 'normal' : 'nowrap'
|
|
|
- el.style.overflow = element.wrapText ? 'visible' : 'hidden'
|
|
|
- el.style.textOverflow = element.wrapText ? 'ellipsis' : 'clip'
|
|
|
el.style.zIndex = element.order
|
|
|
el.style.whiteSpace = 'pre-wrap'
|
|
|
|