!406 update yudao-ui-admin-vue3/src/layout/components/TagsView/src/TagsView.vue.

Merge pull request !406 from AKING/N/A
pull/2/head
芋道源码 2023-02-09 23:24:57 +00:00 committed by Gitee
commit 8da98f5b3d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 1 deletions

View File

@ -262,7 +262,7 @@ watch(
>
<span
:class="`${prefixCls}__tool`"
class="w-[var(--tags-view-height)] h-[var(--tags-view-height)] text-center leading-[var(--tags-view-height)] cursor-pointer"
class="w-[var(--tags-view-height)] h-[var(--tags-view-height)] cursor-pointer"
@click="move(-200)"
>
<Icon
@ -470,6 +470,9 @@ $prefix-cls: #{$namespace}-tags-view;
&__tool {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
&:hover {
:deep(span) {