修改tinymce段落下拉框的字体和样式

pull/1270/head
JEECG 2024-05-01 00:07:47 +08:00
parent 2792bd9975
commit 4c3b37a82b
1 changed files with 14 additions and 0 deletions

View File

@ -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段落下拉框的字体和样式