| | |
| | | ] |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | type: subtype === 'propcard' ? 'select' : 'radio', |
| | | field: 'selStyle', |
| | | label: '选中风格', |
| | | initval: wrap.selStyle || 'active', |
| | | tooltip: '存在边框时,边框会使用系统色。', |
| | | required: false, |
| | | options: [ |
| | | options: subtype === 'propcard' ? [ |
| | | {value: 'none', label: '无'}, |
| | | {value: 'active', label: '外阴影'}, |
| | | {value: 'backFont', label: '背景+文字'}, |
| | | {value: 'font', label: '文字'}, |
| | | ], |
| | | forbid: subtype !== 'propcard' |
| | | ] : [ |
| | | {value: 'none', label: '无'}, |
| | | {value: 'active', label: '外阴影'}, |
| | | ] |
| | | // forbid: subtype !== 'propcard' |
| | | }, |
| | | // { |
| | | // type: 'radio', |