From ae520246bd074afc1d7c08dc87c4221aa446cc4a Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 3 Aug 2021 18:50:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=85=A5=E5=8F=A3=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=A2=9C=E8=89=B2=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/DeDrag/index.vue | 38 ++++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) 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*/ +/*}*/