fix: run 'pnpm format' update various components and improve layout structure
- Updated demo-preview and preview-group components for better error handling and layout. - Enhanced drawer and modal components for improved auto-height functionality. - Refactored layout components including header, footer, sidebar, and tabbar for better responsiveness and usability. - Adjusted tooltip and help tooltip components for better user guidance. - Fixed issues in various UI components to ensure consistent styling and functionality across the application.
This commit is contained in:
@@ -51,7 +51,7 @@ const loadingV = refAutoReset(false, 3000);
|
||||
<template #icon>
|
||||
<IconifyIcon
|
||||
icon="svg-spinners:ring-resize"
|
||||
class="text-primary size-10"
|
||||
class="size-10 text-primary"
|
||||
/>
|
||||
</template>
|
||||
</Loading>
|
||||
@@ -65,7 +65,7 @@ const loadingV = refAutoReset(false, 3000);
|
||||
<template #icon>
|
||||
<IconifyIcon
|
||||
icon="svg-spinners:bars-scale"
|
||||
class="text-primary size-10"
|
||||
class="size-10 text-primary"
|
||||
/>
|
||||
</template>
|
||||
</Loading>
|
||||
|
||||
Reference in New Issue
Block a user