src/pc/components/login/normal-login/options.jsx
@@ -70,15 +70,15 @@ // precision: 0, // required: false // }, { type: 'styleInput', field: 'height', label: '最小高度', initval: wrap.height || '', tooltip: '组件占用的最小高度,用于页面布局。', required: false, options: ['px', 'vh', 'vw', '%'] }, // { // type: 'styleInput', // field: 'height', // label: '最小高度', // initval: wrap.height || '', // tooltip: '组件占用的最小高度,用于页面布局。', // required: false, // options: ['px', 'vh', 'vw', '%'] // }, // { // type: 'styleInput', // field: 'maxWidth',