| | |
| | | width={'75vw'} |
| | | maskClosable={false} |
| | | okText="提交" |
| | | onCancel={() => {this.setState({ visible: false, loading: false }) }} |
| | | onCancel={this.cancel} |
| | | footer={[ |
| | | config.subtype !== 'dualdatacard' && record.interType === 'inner' ? <CreateFunc key="create" getMsg={this.creatFunc}/> : null, |
| | | <Button key="cancel" onClick={this.cancel}>取消</Button>, |
| | |
| | | background: #ffffff; |
| | | } |
| | | } |
| | | .braft-content table.no-border { |
| | | td, th { |
| | | border: none; |
| | | } |
| | | } |
| | | .braft-content table.align-center { |
| | | td, th { |
| | | text-align: center; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .custom-braft-editor-box.th-light { |
| | |
| | | } |
| | | .custom-braft-editor-box.no-border { |
| | | .braft-content { |
| | | table { |
| | | table:not(.border) { |
| | | td, th { |
| | | border: none!important; |
| | | } |
| | |
| | | } |
| | | .custom-braft-editor-box.bold-border { |
| | | .braft-content { |
| | | table { |
| | | table:not(.no-border) { |
| | | td, th { |
| | | border-width: 2px!important; |
| | | } |
| | |
| | | } |
| | | .custom-braft-editor-box.deep-border { |
| | | .braft-content { |
| | | table { |
| | | table:not(.no-border) { |
| | | td, th { |
| | | border-color: rgba(0, 0, 0, 0.85)!important; |
| | | } |