mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
build(deps): 升级依赖
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -1,14 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="
|
||||
flex-col-center
|
||||
p-12px
|
||||
border-1px border-[#efeff5]
|
||||
dark:border-[#ffffff17]
|
||||
rounded-4px
|
||||
hover:shadow-sm
|
||||
cursor-pointer
|
||||
"
|
||||
class="flex-col-center p-12px border-1px border-[#efeff5] dark:border-[#ffffff17] rounded-4px hover:shadow-sm cursor-pointer"
|
||||
>
|
||||
<Icon :icon="icon" :style="{ color: iconColor }" class="text-30px" />
|
||||
<p class="py-8px text-16px">{{ label }}</p>
|
||||
|
||||
Reference in New Issue
Block a user