|
@ -1,7 +1,3 @@ |
|
|
.ql-align-center{ |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]::before, |
|
|
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]::before, |
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]::before { |
|
|
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]::before { |
|
|
content: "黑体"; |
|
|
content: "黑体"; |
|
@ -207,3 +203,38 @@ |
|
|
.ql-size-30px { |
|
|
.ql-size-30px { |
|
|
font-size: 30px; |
|
|
font-size: 30px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.quill-better-table-wrapper table td { |
|
|
|
|
|
outline: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 表格列宽拖动相关样式 */ |
|
|
|
|
|
.quill-better-table-wrapper table { |
|
|
|
|
|
table-layout: fixed !important; |
|
|
|
|
|
width: 100% !important; |
|
|
|
|
|
border-collapse: collapse; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.quill-better-table-wrapper table td, |
|
|
|
|
|
.quill-better-table-wrapper table th { |
|
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
|
padding: 8px; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ql-align-center { |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ql-align-right { |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ql-align-justify { |
|
|
|
|
|
text-align: justify; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ql-align-right { |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
} |