liyongli 2 năm trước cách đây
mục cha
commit
431512ad3c
1 tập tin đã thay đổi với 0 bổ sung13 xóa
  1. 0 13
      src/view/allMedia/H5Editor.vue

+ 0 - 13
src/view/allMedia/H5Editor.vue

@@ -17,7 +17,6 @@
               v-for="(item, index) in hoversList[selectPage].components || []"
               :key="index"
             >
-              <el-icon class="icon" color="#999"><CircleClose /></el-icon>
               <h5-image v-if="item.type === 'image'" :item="item"></h5-image>
               <h5-paragraph
                 v-if="item.type === 'paragraph'"
@@ -181,16 +180,4 @@ const saveParagraph = (paragraph, index) => {
     border: 1px solid rgba(0,0,0,0);
     position: relative;
 }
-.showList .icon{
-    display: none;
-    position: absolute;
-    left: -10em;
-    top: 0;
-}
-.showList:hover .icon {
-    display: block;
-}
-.showList:hover{
-    border-color: red;
-}
 </style>