feat: 为多个组件添加边框样式

This commit is contained in:
jxxghp
2025-04-13 09:19:20 +08:00
parent 114844ad48
commit 3d7a0d9b0d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ const userLevel = computed(() => userStore.level)
<VImg :src="avatar" />
<VMenu activator="parent" width="230" location="bottom end" offset="14px" class="user-menu">
<VList class="overflow-hidden pt-0">
<VList class="overflow-hidden pt-0 border">
<!-- 👉 User Avatar & Name -->
<div class="user-profile-header px-2 py-4 mb-2">
<div class="d-flex align-center">