Merge branch 'main' into main

This commit is contained in:
Lmx1220
2026-03-13 15:08:24 +08:00
committed by GitHub
294 changed files with 5441 additions and 6425 deletions

View File

@@ -16,7 +16,7 @@ withDefaults(defineProps<Props>(), {
<span
:class="dotClass"
:style="dotStyle"
class="absolute inline-flex h-full w-full animate-ping rounded-full opacity-75"
class="absolute inline-flex size-full animate-ping rounded-full opacity-75"
>
</span>
<span

View File

@@ -60,6 +60,8 @@ function menuIcon(menu: MenuRecordRaw) {
<style lang="scss" scoped>
$namespace: vben;
@reference "@vben-core/design/theme";
.#{$namespace}-normal-menu {
--menu-item-margin-y: 4px;
--menu-item-margin-x: 0px;
@@ -129,7 +131,7 @@ $namespace: vben;
.#{$namespace}-normal-menu__name,
.#{$namespace}-normal-menu__icon {
@apply font-semibold text-primary-foreground;
@apply text-primary-foreground font-semibold;
}
}