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;}