fix: border css

This commit is contained in:
vben
2024-06-08 23:09:59 +08:00
parent fcf4b9ae5b
commit 2eef9241a5
20 changed files with 25 additions and 25 deletions

View File

@@ -102,7 +102,7 @@ if (props.enableShortcutKey) {
</DialogHeader>
<SearchPanel :keyword="keyword" :menus="menus" @close="handleClose" />
<DialogFooter
class="text-muted-foreground hidden flex-row rounded-b-2xl border-t px-4 py-2 text-xs sm:flex sm:justify-start sm:gap-x-4"
class="text-muted-foreground border-border hidden flex-row rounded-b-2xl border-t px-4 py-2 text-xs sm:flex sm:justify-start sm:gap-x-4"
>
<div class="flex items-center">
<IcRoundSubdirectoryArrowLeft class="mr-1" />

View File

@@ -5,6 +5,5 @@ export * from './global-search';
export * from './language-toggle';
export * from './notification';
export * from './preferences';
export * from './spinner';
export * from './theme-toggle';
export * from './user-dropdown';