[Manager] Standardize Card Aspect Ratios & Enhance UI (#4271)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Jin Yi
2025-06-26 04:34:19 +09:00
committed by GitHub
parent e17ca7ce71
commit 63181a1ddd
6 changed files with 97 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
<template>
<Button
outlined
class="!m-0 p-0 rounded-lg"
class="!m-0 p-0 rounded-lg text-gray-900 dark-theme:text-gray-50"
:class="[
variant === 'black'
? 'bg-neutral-900 text-white border-neutral-900'
@@ -12,7 +12,7 @@
v-bind="$attrs"
@click="onClick"
>
<span class="py-2.5 px-3 whitespace-nowrap">
<span class="py-2 px-3 whitespace-nowrap">
<template v-if="loading">
{{ loadingMessage ?? $t('g.loading') }}
</template>