mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-15 15:36:44 +08:00
fix: 修复卡片字体大小不一致
This commit is contained in:
@@ -2843,12 +2843,11 @@ watch(updateChannel, async () => {
|
|||||||
<!-- About Section -->
|
<!-- About Section -->
|
||||||
<div v-show="activeSection === 'about'" class="space-y-6">
|
<div v-show="activeSection === 'about'" class="space-y-6">
|
||||||
<Card>
|
<Card>
|
||||||
|
<CardHeader>
|
||||||
|
<CardTitle>{{ t('settings.onlineUpgrade') }}</CardTitle>
|
||||||
|
<CardDescription>{{ t('settings.onlineUpgradeDesc') }}</CardDescription>
|
||||||
|
</CardHeader>
|
||||||
<CardContent class="space-y-4">
|
<CardContent class="space-y-4">
|
||||||
<div>
|
|
||||||
<p class="text-sm font-medium">{{ t('settings.onlineUpgrade') }}</p>
|
|
||||||
<p class="text-xs text-muted-foreground mt-1">{{ t('settings.onlineUpgradeDesc') }}</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="grid gap-4 sm:grid-cols-2">
|
<div class="grid gap-4 sm:grid-cols-2">
|
||||||
<div class="space-y-2">
|
<div class="space-y-2">
|
||||||
<Label>{{ t('settings.currentVersion') }}</Label>
|
<Label>{{ t('settings.currentVersion') }}</Label>
|
||||||
|
|||||||
Reference in New Issue
Block a user