mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-03-25 16:50:22 +08:00
fix: btn text color
This commit is contained in:
parent
e57cd413ce
commit
6962066605
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user