| | |
| | | border: none; |
| | | box-shadow: none!important; |
| | | height: auto; |
| | | border-radius: 0; |
| | | position: unset; |
| | | |
| | | .ant-input-number-handler-wrap { |
| | | display: none; |
| | | } |
| | |
| | | .editing_table_cell { |
| | | .ant-input { |
| | | padding: 0px; |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | border: 1px solid #1890ff; |
| | | } |
| | | .ant-input-number-input { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | border: 1px solid #1890ff; |
| | | } |
| | | .anticon { |
| | | color: #ff4d4f; |
| | |
| | | } |
| | | } |
| | | |
| | | _columns.push(cell) |
| | | if (item.type === 'action' && item.position === 'left') { |
| | | _columns.unshift(cell) |
| | | } else { |
| | | _columns.push(cell) |
| | | } |
| | | }) |
| | | |
| | | if (rowspans.length === 0) { |
| | |
| | | required: true |
| | | }, |
| | | { |
| | | type: 'select', |
| | | type: 'radio', |
| | | key: 'Align', |
| | | label: this.props.dict['model.form.align'], |
| | | initVal: this.props.card.Align, |
| | |
| | | label: this.props.dict['model.form.columnWidth'], |
| | | initVal: this.props.card.Width, |
| | | required: true |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'position', |
| | | label: '显示位置', |
| | | initVal: this.props.card.position || 'right', |
| | | required: true, |
| | | options: [{ |
| | | MenuID: 'right', |
| | | text: '右侧' |
| | | }, { |
| | | MenuID: 'left', |
| | | text: '左侧' |
| | | }] |
| | | } |
| | | ] |
| | | } |