diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index f04a6e6211..3af079217f 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -1631,26 +1631,26 @@ export default { user-select: none; } -.mouseOn >>> .icon-shezhi{ - z-index: 2; - display:block!important; -} -.vdr > i{ - right: 5px; - color: gray; - position: absolute; -} +/*.mouseOn >>> .icon-shezhi{*/ +/* z-index: 2;*/ +/* display:block!important;*/ +/*}*/ +/*.vdr > i{*/ +/* right: 5px;*/ +/* color: gray;*/ +/* position: absolute;*/ +/*}*/ -.vdr >>> i:hover { - color: red; -} +/*.vdr >>> i:hover {*/ +/* color: red;*/ +/*}*/ -.vdr:hover >>> i { - z-index: 2; - display:block; -} +/*.vdr:hover >>> i {*/ +/* z-index: 2;*/ +/* display:block;*/ +/*}*/ -.vdr>>>.icon-shezhi { - display:none -} +/*.vdr>>>.icon-shezhi {*/ +/* display:none*/ +/*}*/ diff --git a/frontend/src/components/canvas/components/Editor/EditBar.vue b/frontend/src/components/canvas/components/Editor/EditBar.vue index a86257ffa6..5019550b73 100644 --- a/frontend/src/components/canvas/components/Editor/EditBar.vue +++ b/frontend/src/components/canvas/components/Editor/EditBar.vue @@ -1,6 +1,6 @@