king
2025-02-19 ec673f8f4e9338e08cb1705496e10ba81f0b4ebd
2025-02-19
2个文件已修改
18 ■■■■ 已修改文件
src/menu/datasource/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/components/editor/braft-editor/index.scss 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/datasource/index.jsx
@@ -389,7 +389,7 @@
          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>,
src/tabviews/custom/components/editor/braft-editor/index.scss
@@ -26,6 +26,16 @@
      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 {
@@ -39,7 +49,7 @@
}
.custom-braft-editor-box.no-border {
  .braft-content {
    table {
    table:not(.border) {
      td, th {
        border: none!important;
      }
@@ -51,7 +61,7 @@
}
.custom-braft-editor-box.bold-border {
  .braft-content {
    table {
    table:not(.no-border) {
      td, th {
        border-width: 2px!important;
      }
@@ -60,7 +70,7 @@
}
.custom-braft-editor-box.deep-border {
  .braft-content {
    table {
    table:not(.no-border) {
      td, th {
        border-color: rgba(0, 0, 0, 0.85)!important;
      }