fix: btn text color

This commit is contained in:
Lazy 2025-03-12 20:53:52 +08:00
parent e57cd413ce
commit 6962066605

View File

@ -161,14 +161,13 @@ onMounted(() => {
<a-button
block
type="primary"
ghost
style="max-width: 120px"
@click="emit('handleSelectTemplate', item)"
>
<template #icon>
<DownloadOutlined />
</template>
<span>{{ t("TXT_CODE_1704ea49") }}</span>
{{ t("TXT_CODE_1704ea49") }}
</a-button>
</div>
</template>