diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue
index c712391..70c1f26 100644
--- a/src/components/DesignForm/app/index.vue
+++ b/src/components/DesignForm/app/index.vue
@@ -2007,9 +2007,9 @@ const transformOption = (val: string | number, type?: string) => {
title="生成的二维码"
:show-close="false"
style="margin-top: 10px"
- width="50%"
+ width="40%"
>
-
+
{
>
- | {{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }} |
- ![二维码]() |
+ {{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }} |
+ ![二维码]() |
| {{ item.key }} |
@@ -2132,10 +2132,13 @@ const transformOption = (val: string | number, type?: string) => {
table {
border-collapse: collapse;
width: 100%;
+ font-size: 13px;
+ text-align: center
}
td, th {
border: 1px solid black;
padding: 8px;
+
}
diff --git a/src/components/DesignForm/tableListPage/index.vue b/src/components/DesignForm/tableListPage/index.vue
index f51cecf..65dc16f 100644
--- a/src/components/DesignForm/tableListPage/index.vue
+++ b/src/components/DesignForm/tableListPage/index.vue
@@ -2034,9 +2034,9 @@ const diGuiJilian = (val: any, options: any[]) => {
title="生成的二维码"
:show-close="false"
style="margin-top: 10px"
- width="50%"
+ width="40%"
>
-
+
{
>
- | {{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }} |
- ![二维码]() |
+ {{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }} |
+ ![二维码]() |
| {{ item.key }} |
@@ -2169,11 +2169,14 @@ const diGuiJilian = (val: any, options: any[]) => {
table {
border-collapse: collapse;
width: 100%;
+ font-size: 13px;
+ text-align: center
}
td, th {
border: 1px solid black;
padding: 8px;
+
}
\ No newline at end of file