【更新】调整&nbsp追加;

pull/248/head
这么难演 2025-03-07 09:45:43 +08:00
parent c3bc1e5ba2
commit 9650871e90
4 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@
<template #title> 通过官网申请短信或联系站长 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 小诺短信账号
&nbsp; 小诺短信账号
</template>
<a-input v-model:value="formData.SNOWY_SMS_XIAONUO_ACCESS_KEY_ID" placeholder="请输入小诺短信账号" />
</a-form-item>
@ -30,7 +30,7 @@
<template #title> 若账号跟密钥已绑定签名则此处配置签名后无效 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 短信签名
&nbsp; 短信签名
</template>
<a-input v-model:value="formData.SNOWY_SMS_XIAONUO_DEFAULT_SIGN_NAME" placeholder="请输入短信签名" />
</a-form-item>

View File

@ -96,7 +96,7 @@
</template>
<question-circle-outlined />
</a-tooltip>
&nbsp 插件名
&nbsp; 插件名
</template>
<a-input v-model:value="formData.pluginName" placeholder="请输入插件名" allow-clear />
</a-form-item>
@ -113,7 +113,7 @@
<template #title> 代码模块名就是包名后面的代码包例如vip.xiaonuo.**代表此模块名 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 模块名
&nbsp; 模块名
</template>
<a-input v-model:value="formData.moduleName" placeholder="请输入模块名" allow-clear />
</a-form-item>
@ -130,7 +130,7 @@
<template #title> 业务名是代码生成后存放controllerservice等代码的文件夹名称 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 业务名
&nbsp; 业务名
</template>
<a-input v-model:value="formData.busName" placeholder="请输入业务名" allow-clear />
</a-form-item>
@ -152,7 +152,7 @@
<template #title> 垂直选项生成出来的前端表单代码为名称跟输入框是上下两行反之水平则是一行 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 表单布局
&nbsp; 表单布局
</template>
<a-radio-group v-model:value="formData.formLayout" :options="formLayoutOptions" />
</a-form-item>
@ -164,7 +164,7 @@
<template #title> 如果使用了栅格配置即生成出来的前端代码表单是一排两列并非一排一列 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 使用栅格
&nbsp; 使用栅格
</template>
<a-radio-group v-model:value="formData.gridWhether" :options="gridWhetherOptions" />
</a-form-item>

View File

@ -68,7 +68,7 @@
<template #title> 按规范可设置为代码组件文件夹名称,首字母无反斜杠哦 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 组件地址
&nbsp; 组件地址
</template>
<a-input
v-model:value="formData.component"
@ -85,7 +85,7 @@
<template #title> 按规范可设置为代码组件文件夹名称,首字母无反斜杠哦 </template>
<question-circle-outlined />
</a-tooltip>
&nbsp 别名
&nbsp; 别名
</template>
<a-input
v-model:value="formData.name"

View File

@ -53,7 +53,7 @@
<template v-if="column.dataIndex === 'visible'">
<a-tooltip>
<template #title> 如果将上级目录设置为隐藏那么上级目录下的菜单都会被隐藏 </template>
<question-circle-outlined />&nbsp {{ title }}
<question-circle-outlined />&nbsp; {{ title }}
</a-tooltip>
</template>
</template>