From 3d47e522f43afbf97f7a41b81e62d6d617664457 Mon Sep 17 00:00:00 2001
From: liwenxuan <1298531568@qq.com>
Date: Thu, 6 Feb 2025 11:06:44 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E8=A1=A8=E6=A0=BC?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/DesignForm/app/index.vue | 11 +++++++----
src/components/DesignForm/tableListPage/index.vue | 11 +++++++----
2 files changed, 14 insertions(+), 8 deletions(-)
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