|
|
|
@ -262,7 +262,7 @@ watch(
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
<span
|
|
|
|
:class="`${prefixCls}__tool`"
|
|
|
|
: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)"
|
|
|
|
@click="move(-200)"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<Icon
|
|
|
|
<Icon
|
|
|
|
@ -470,6 +470,9 @@ $prefix-cls: #{$namespace}-tags-view;
|
|
|
|
|
|
|
|
|
|
|
|
&__tool {
|
|
|
|
&__tool {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
:deep(span) {
|
|
|
|
:deep(span) {
|
|
|
|
|