king
2025-02-19 1aa5654a0b51bb82948fff8bed77b166f25f11ea
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;
      }