From 8580271f947739733451415e78931fc63be230e3 Mon Sep 17 00:00:00 2001 From: jiatianqi Date: Sun, 25 Sep 2022 20:05:21 +0800 Subject: [PATCH] =?UTF-8?q?amis-saas-7262=20[Bug]=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=9A=E3=80=90=E7=BB=84=E4=BB=B6=E3=80=91=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=BC=80=E5=90=AF=E5=9B=BA=E5=AE=9A=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=B7=B2=E9=80=89=E6=8B=A9=E7=9A=84=E5=9B=BE=E7=89=87=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=A2=84=E8=A7=88=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibfaba1e55eb699a9c3e8ae2fe82e4205e99e9551 --- packages/amis-editor/src/plugin/Form/InputImage.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/amis-editor/src/plugin/Form/InputImage.tsx b/packages/amis-editor/src/plugin/Form/InputImage.tsx index ebbf3859a..845b5cd6e 100644 --- a/packages/amis-editor/src/plugin/Form/InputImage.tsx +++ b/packages/amis-editor/src/plugin/Form/InputImage.tsx @@ -207,11 +207,12 @@ export class ImageControlPlugin extends BasePlugin { ] }), - getSchemaTpl('switch', { - name: 'fixedSize', - label: tipedLabel('固定尺寸', '开启后需同时设置CSS类'), - value: false - }), + // TODO: amis 组件问题导致上传的图片无法显示出来,暂时先下掉该配置项, 问题卡片: [amis-saas-7262] + // getSchemaTpl('switch', { + // name: 'fixedSize', + // label: tipedLabel('固定尺寸', '开启后需同时设置CSS类'), + // value: false + // }), { type: 'container',