From ac7eafbaadac468a607f5725000cd1661a8f0ab6 Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 5 Jul 2021 13:47:53 +0800 Subject: [PATCH] =?UTF-8?q?UP=20=E6=A0=87=E7=AD=BE=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=8B=96=E6=8B=BD=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/tags.vue | 103 ++++++++++++++++++--------------- src/style/app.less | 1 + 2 files changed, 57 insertions(+), 47 deletions(-) diff --git a/src/layout/components/tags.vue b/src/layout/components/tags.vue index def8f930..acd0673c 100644 --- a/src/layout/components/tags.vue +++ b/src/layout/components/tags.vue @@ -1,7 +1,7 @@ - - + + diff --git a/src/style/app.less b/src/style/app.less index c64b34fa..3a479c7b 100644 --- a/src/style/app.less +++ b/src/style/app.less @@ -79,5 +79,6 @@ a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: bo .adminui-tags li:hover {background: #ecf5ff;} .adminui-tags li.active {background: @--color-primary;} .adminui-tags li.active a {color: #fff;} +.adminui-tags li.sortable-ghost {opacity: 0;} .adminui-main {overflow: auto;background-color: @--color-background;flex: 1;}