fix: wrap button in a div for better layout structure

This commit is contained in:
jxxghp
2026-06-07 11:05:36 +08:00
parent 8e5b8f7207
commit bf05cd0697

View File

@@ -146,8 +146,9 @@ onActivated(() => {
</h5>
<p>{{ t('dashboard.weeklyOverviewDescription', { count: totalCount }) }} 😎</p>
</div>
<VBtn v-if="superUser" block to="/history"> {{ t('common.viewDetails') }} </VBtn>
<div>
<VBtn v-if="superUser" block to="/history"> {{ t('common.viewDetails') }} </VBtn>
</div>
</VCardText>
</VCard>
</template>