From 4453a9e63e8e176c70c432b03fd4ba3ebf00a04c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 二月 2023 14:55:20 +0800 Subject: [PATCH] 2023-02-09 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index c63b76f..7d87970 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -440,18 +440,18 @@ { value: '9:16', text: '9:16' }, ] }, - { - type: 'radio', - key: 'backgroundSize', - label: '鍥惧儚澶у皬', - initVal: card.backgroundSize || 'cover', - required: false, - options: [ - { value: 'cover', text: '瑕嗙洊' }, - { value: 'contain', text: '鍖呭惈' }, - { value: 'auto', text: '鑷�傚簲' }, - ] - }, + // { + // type: 'radio', + // key: 'backgroundSize', + // label: '鍥惧儚澶у皬', + // initVal: card.backgroundSize || 'cover', + // required: false, + // options: [ + // { value: 'cover', text: '瑕嗙洊' }, + // { value: 'contain', text: '鍖呭惈' }, + // { value: 'auto', text: '鑷�傚簲' }, + // ] + // }, { type: 'number', key: 'maxWidth', -- Gitblit v1.8.0