king
2024-12-24 2998f413a5e196e99df887787aa4b250cd9f3b78
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 {
@@ -56,6 +74,11 @@
    }
  }
}
.custom-braft-editor-box.deep-split {
  .braft-content hr {
    border-color: rgba(0, 0, 0, 0.85)!important;
  }
}
.custom-braft-editor-box::after {
  content: ' ';