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,17 +1,6 @@
<template>
<div
class="
drawer-shadow
absolute-lt
flex-col-stretch
h-full
overflow-hidden
bg-white
dark:bg-dark
transition-width
duration-300
ease-in-out
"
class="drawer-shadow absolute-lt flex-col-stretch h-full overflow-hidden bg-white dark:bg-dark transition-width duration-300 ease-in-out"
:style="{ width: showDrawer ? theme.menuStyle.width + 'px' : '0px' }"
>
<header class="header-height flex-y-center justify-between">

View File

@ -1,20 +1,6 @@
<template>
<div
class="
fixed
flex-center
top-240px
right-14px
z-10000
w-48px
h-48px
bg-primary
rounded-4px
cursor-pointer
transition-right
duration-300
ease-in-out
"
class="fixed flex-center top-240px right-14px z-10000 w-48px h-48px bg-primary rounded-4px cursor-pointer transition-right duration-300 ease-in-out"
:class="{ '!right-330px': app.settingDrawer.visible }"
@click="handleClickButton"
>

View File

@ -1,17 +1,6 @@
<template>
<div
class="
drawer-shadow
absolute-lt
flex-col-stretch
h-full
overflow-hidden
bg-white
dark:bg-dark
transition-width
duration-300
ease-in-out
"
class="drawer-shadow absolute-lt flex-col-stretch h-full overflow-hidden bg-white dark:bg-dark transition-width duration-300 ease-in-out"
:style="{ width: showDrawer ? theme.menuStyle.width + 'px' : '0px' }"
>
<header class="header-height flex-y-center justify-between">