king
2024-11-20 a99caad99c3c19e85edd03f2fe425a0630033ac5
src/tabviews/custom/components/editor/braft-editor/index.scss
@@ -49,6 +49,24 @@
    }
  }
}
.custom-braft-editor-box.bold-border {
  .braft-content {
    table {
      td, th {
        border-width: 2px!important;
      }
    }
  }
}
.custom-braft-editor-box.deep-border {
  .braft-content {
    table {
      td, th {
        border-color: rgba(0, 0, 0, 0.85)!important;
      }
    }
  }
}
.custom-braft-editor-box.tb-flex {
  .braft-content {
    table {