king
2024-08-25 ae170a9d58b4f91a225eada1dc83ed4a116b8d50
src/tabviews/custom/components/editor/braft-editor/index.scss
@@ -28,15 +28,34 @@
  }
}
.custom-braft-editor-box.light {
.custom-braft-editor-box.th-light {
  .braft-content {
    table {
      tr:first-child {
        background-color:#ffffff;
        background-color: transparent;
      }
    }
  }
}
.custom-braft-editor-box.no-border {
  .braft-content {
    table {
      td, th {
        border: none!important;
      }
      tr td:first-child {
        padding-left: 0px;
      }
    }
  }
}
.custom-braft-editor-box.tb-flex {
  .braft-content {
    table {
      table-layout: fixed;
    }
  }
}
.custom-braft-editor-box::after {
  content: ' ';