This commit is contained in:
2025-02-18 11:52:24 +08:00
parent a7c677b444
commit 7e0b342758
10 changed files with 53 additions and 21 deletions

View File

@@ -1199,11 +1199,20 @@ a {
}
/* 给表格中最后一行表头添加红色下边框 */
/* 给最后一个 table-header-row 添加红色下边框 */
.wordTableHtml table tr:last-of-type td {
border-bottom: 1px solid #000 !important;
}
/* 给最后一个 table-header-row第二行加样式 */
.wordTableHtml table tr.table-header-row:nth-of-type(2) td {
border-bottom: 1px solid #000 !important;
}
.word-container b span {
font-weight: bold !important;
@@ -1283,7 +1292,7 @@ a {
border-left: 1px dashed #dcdfe6 !important;
border-right: 1px dashed #dcdfe6 !important;
word-break: keep-all !important;
text-align: justify !important;
/* text-align: justify !important; */
}
.word-container table tr td p {
@@ -1317,10 +1326,10 @@ a {
}
.word-container table tr:first-child td {
border-top: 1pt solid #000 !important;
/* border-top: 1pt solid #000 !important;
mso-border-top-alt: 0.5pt solid #000 !important;
border-bottom: 1pt solid #000 !important;
mso-border-bottom-alt: 0.5pt solid #000 !important;
mso-border-bottom-alt: 0.5pt solid #000 !important; */
}
.word-container table tr:last-of-type {
@@ -1397,7 +1406,8 @@ a {
/* font-size:16px!important; */
/* 设置字体颜色 */
}
.tinymce-custom-button-addrow {
.tinymce-custom-button-addrow {
font-weight: bold !important;
background-color: #cbccd1 !important;
/* color: #fff !important; */