mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-08 19:31:25 +08:00
Merge branch 'main' into main
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user