|
@@ -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>
|