From f82ba543eaac3549ee0b114f6f69fe734caed2f8 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Fri, 14 Feb 2025 11:46:05 +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 | 4 ++-- src/components/DesignForm/tableListPage/index.vue | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index 70c1f26..19d1b6e 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -2020,7 +2020,7 @@ const transformOption = (val: string | number, type?: string) => { - + @@ -2139,6 +2139,6 @@ table { td, th { border: 1px solid black; padding: 8px; - + vertical-align: middle; /* 设置文字上下居中 */ } diff --git a/src/components/DesignForm/tableListPage/index.vue b/src/components/DesignForm/tableListPage/index.vue index 65dc16f..45167aa 100644 --- a/src/components/DesignForm/tableListPage/index.vue +++ b/src/components/DesignForm/tableListPage/index.vue @@ -2047,7 +2047,7 @@ const diGuiJilian = (val: any, options: any[]) => {
{{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }}二维码二维码
{{ item.key }}
- + @@ -2170,13 +2170,14 @@ table { border-collapse: collapse; width: 100%; font-size: 13px; - text-align: center + text-align: center; + } td, th { border: 1px solid black; padding: 8px; - + vertical-align: middle; /* 设置文字上下居中 */ } \ No newline at end of file
{{ tablesData[tableKey].appName }}-{{ tablesData[tableKey].formName }}二维码二维码
{{ item.key }}