From df5704abfb40fa287a66db078b47643736682c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 10 Jul 2025 16:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=90=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E7=BA=B5=E5=90=91=E6=98=BE=E7=A4=BA=E6=AD=A3=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../form-input/components/form-input/form-input.vue | 2 +- .../modules/subform-component-show/index.vue | 12 ++---------- .../form-input/modules/subform-table-show/index.vue | 0 pages/form-input/components/form-input/subform.vue | 6 +++--- 4 files changed, 6 insertions(+), 14 deletions(-) create mode 100644 pages/form-input/components/form-input/modules/subform-table-show/index.vue diff --git a/pages/form-input/components/form-input/form-input.vue b/pages/form-input/components/form-input/form-input.vue index d76c1505..53b54777 100644 --- a/pages/form-input/components/form-input/form-input.vue +++ b/pages/form-input/components/form-input/form-input.vue @@ -157,7 +157,7 @@ export default { const data = JSON.parse(JSON.stringify(com_data?.children || [])); if (data.length > 0) { data.forEach(child => { - child.com_data.common_style = this.get_form_border_style(child.com_data.common_config, mobile.flex_direction || 'row', overall_config.type_value); + child.com_data.common_style = this.get_form_border_style(child.com_data.common_config, mobile.arrang == 'direction' ? (emobile.flex_direction || 'row') : 'column', overall_config.type_value); if (!isEmpty(item1[child.id])) { child.com_data.form_value = item1[child.id]; } diff --git a/pages/form-input/components/form-input/modules/subform-component-show/index.vue b/pages/form-input/components/form-input/modules/subform-component-show/index.vue index cd7c60ae..935c6615 100644 --- a/pages/form-input/components/form-input/modules/subform-component-show/index.vue +++ b/pages/form-input/components/form-input/modules/subform-component-show/index.vue @@ -1,5 +1,5 @@