From 9bf7136e1ac1df9d9df4a452f48f2164afb15f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 14 Jul 2025 11:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=90=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=9C=A8=E6=89=8B=E6=9C=BA=E7=AB=AF=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/common/common.js | 8 ++--- .../modules/components-combination/index.vue | 2 +- .../components/form-input/select-multi.vue | 2 +- .../components/form-input/select.vue | 2 +- .../components/form-input/subform.vue | 33 ++++++++++--------- 5 files changed, 25 insertions(+), 22 deletions(-) diff --git a/common/js/common/common.js b/common/js/common/common.js index 45647e43..2cca9eb6 100644 --- a/common/js/common/common.js +++ b/common/js/common/common.js @@ -874,20 +874,20 @@ export const get_color_style = (config) => { let size = '24'; switch (config.filed_title_size_type) { case 'big': - size = '32'; + // size = '32'; padding = '22rpx 24rpx'; break; case 'middle': - size = '28'; + // size = '28'; padding = '10rpx 12rpx'; break; default: - size = '24'; + // size = '24'; padding = '0 12rpx'; break; } // 根据文件标题字体大小决定图标尺寸 - return `padding:${padding};line-height:44rpx;font-size:${size}rpx;`; + return `padding:${padding};line-height:44rpx;`; }; // 定义一组预定义的颜色数组,用于在各种场景中轻松引用这些颜色 diff --git a/pages/form-input/components/form-input/modules/components-combination/index.vue b/pages/form-input/components/form-input/modules/components-combination/index.vue index ff5ae12d..9549780d 100644 --- a/pages/form-input/components/form-input/modules/components-combination/index.vue +++ b/pages/form-input/components/form-input/modules/components-combination/index.vue @@ -1,5 +1,5 @@