feat: 帮助文档PDF查看器

This commit is contained in:
TsMask
2023-11-28 20:53:21 +08:00
parent 6d9322f483
commit 8e1edc680e
3 changed files with 170 additions and 9 deletions

View File

@@ -161,7 +161,7 @@ onMounted(() => {
<template v-else>
<a-form-item>
<a-space direction="horizontal" :size="18">
<a-space direction="horizontal" :size="16">
<a-select
v-model:value="state.language"
style="width: 100px"
@@ -178,8 +178,8 @@ onMounted(() => {
<a-button type="link" @click="fnClickHelpDoc(state.language)">
<template #icon>
<QuestionCircleOutlined />
{{ t('views.system.setting.sysHelpDocOpen') }}
</template>
{{ t('views.system.setting.sysHelpDocOpen') }}
</a-button>
</a-space>
</a-form-item>