build(deps): 升级依赖

This commit is contained in:
Soybean
2021-11-27 23:47:42 +08:00
parent 8b27fc8bb8
commit a6bdc380a8
7 changed files with 310 additions and 262 deletions

View File

@ -1,18 +1,6 @@
<template>
<div
class="
relative
flex-center
h-30px
pl-14px
border-1px border-[#e5e7eb]
dark:border-[#ffffff3d]
rounded-2px
transition-border-color
duration-300
ease-in-out
cursor-pointer
"
class="relative flex-center h-30px pl-14px border-1px border-[#e5e7eb] dark:border-[#ffffff3d] rounded-2px transition-border-color duration-300 ease-in-out cursor-pointer"
:class="[closable ? 'pr-6px' : 'pr-14px']"
:style="buttonStyle"
@mouseenter="setTrue"