wip
This commit is contained in:
@@ -51,7 +51,7 @@ defineEmits(['click'])
|
||||
justify-content: center;
|
||||
outline: none;
|
||||
text-align: center;
|
||||
transition: .1s;
|
||||
transition: all .3s;
|
||||
user-select: none;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
@@ -121,7 +121,7 @@ defineEmits(['click'])
|
||||
color: var(--color-main-text);
|
||||
|
||||
&:hover:not(.disabled) {
|
||||
opacity: 0.6;
|
||||
background: var(--btn-info-hover);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import {defineComponent, ref, useAttrs, watch, computed} from 'vue';
|
||||
import {ref, useAttrs, watch, computed} from 'vue';
|
||||
import Close from "@/components/icon/Close.vue";
|
||||
import {useDisableEventListener} from "@/hooks/event.ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user