.custom-braft-editor-box {
|
background: #ffffff;
|
background-position: center center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
min-height: 20px;
|
position: relative;
|
|
.loading-mask {
|
position: absolute;
|
left: 40px;
|
top: 0;
|
right: 40px;
|
bottom: 0px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
text-align: justify;
|
z-index: 1;
|
|
.ant-spin-blur {
|
position: absolute;
|
width: 100%;
|
height: 100%;
|
opacity: 0.5;
|
background: #ffffff;
|
}
|
}
|
}
|
|
.custom-braft-editor-box.th-light {
|
.braft-content {
|
table {
|
tr:first-child {
|
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.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.word-break {
|
.braft-content {
|
table {
|
td, th {
|
word-break: break-all!important;
|
}
|
}
|
}
|
}
|
.custom-braft-editor-box.tb-flex {
|
.braft-content {
|
table {
|
table-layout: fixed;
|
}
|
}
|
}
|
.custom-braft-editor-box.deep-split {
|
.braft-content hr {
|
border-color: rgba(0, 0, 0, 0.85)!important;
|
}
|
}
|
|
.custom-braft-editor-box::after {
|
content: ' ';
|
display: block;
|
clear: both;
|
}
|