Browse Source

fix: ellipsis修复 (#2050)

* feat: tour更新

* feat: 文档修改

* feat: 插槽修改

* feat: noticebar发布

* feat: 文档更新

* fix: ellipsis修改

* fix: 修改 ellipsis
yangxiaolu1993 2 years ago
parent
commit
fae1fcbdd0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/packages/__VUE/ellipsis/index.vue

+ 0 - 3
src/packages/__VUE/ellipsis/index.vue

@@ -77,9 +77,6 @@ export default create({
       () => props.content,
       () => props.content,
       (newV, oldVal) => {
       (newV, oldVal) => {
         if (newV != oldVal) {
         if (newV != oldVal) {
-          if (container) {
-            document.body.appendChild(container);
-          }
           createContainer();
           createContainer();
         }
         }
       }
       }