修改tinymce段落下拉框的字体和样式
parent
2792bd9975
commit
4c3b37a82b
|
@ -162,3 +162,17 @@ html[data-theme='dark'] .ant-input-affix-wrapper-textarea-with-clear-btn {
|
|||
}
|
||||
}
|
||||
// update-end--author:liaozhiyang---date:20230108---for:【QQYUN-7855】table页码同步3.x页面效果
|
||||
|
||||
//update-begin--author:wangshuai---date:20240429---for:修改tinymce段落下拉框的字体和样式
|
||||
.tox .tox-tbtn__select-label{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.tox .tox-tbtn--select{
|
||||
width: 80px !important;
|
||||
}
|
||||
|
||||
.tox .tox-collection__item-label {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
//update-end--author:wangshuai---date:20240429---for:修改tinymce段落下拉框的字体和样式
|
||||
|
|
Loading…
Reference in New Issue