chore: update deps

This commit is contained in:
vben
2024-07-20 23:01:49 +08:00
parent a897929ea7
commit a1a566cb2f
12 changed files with 247 additions and 73 deletions

View File

@@ -66,7 +66,7 @@ const defaultPreferences: Preferences = {
expandOnHover: true,
extraCollapse: true,
hidden: false,
width: 220,
width: 230,
},
tabbar: {
dragable: true,

View File

@@ -41,7 +41,7 @@
"@vben-core/stores": "workspace:*",
"@vben-core/toolkit": "workspace:*",
"@vueuse/core": "^10.11.0",
"radix-vue": "^1.9.1",
"radix-vue": "^1.9.2",
"sortablejs": "^1.15.2",
"vue": "^3.4.33",
"vue-router": "^4.4.0"

View File

@@ -6,7 +6,7 @@
/* 主体区域背景色 */
--background-deep: 220deg 13.06% 9%;
--foreground: 220 13% 91%;
--foreground: 0 0% 95%;
/* Background color for <Card /> */
--card: 222.34deg 10.43% 12.27%;

View File

@@ -249,7 +249,7 @@ function handleMouseleave() {
theme,
{
'bg-sidebar-deep': isSidebarMixed,
'bg-sidebar': !isSidebarMixed,
'bg-sidebar border-border border-r': !isSidebarMixed,
},
]"
:style="style"

View File

@@ -424,7 +424,7 @@ $namespace: vben;
--menu-title-width: 140px;
--menu-item-icon-size: 16px;
--menu-item-height: 38px;
--menu-item-padding-y: 22px;
--menu-item-padding-y: 21px;
--menu-item-padding-x: 12px;
--menu-item-popup-padding-y: 20px;
--menu-item-popup-padding-x: 12px;
@@ -473,7 +473,7 @@ $namespace: vben;
&.is-rounded {
--menu-item-margin-x: 8px;
--menu-item-collapse-margin-x: 6px;
--menu-item-radius: 6px;
--menu-item-radius: 10px;
}
&.is-horizontal:not(.is-rounded) {

View File

@@ -49,7 +49,7 @@
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"lucide-vue-next": "^0.411.0",
"radix-vue": "^1.9.1",
"radix-vue": "^1.9.2",
"vue": "^3.4.33"
}
}