AUTO 在线表单富文本字段,上传图片按钮突兀而且遮挡了 TinyMCE 控件栏的全屏按钮 #1129

pull/1164/head
JEECG 2024-03-26 21:57:52 +08:00
parent c48041a2b5
commit 228c133583
1 changed files with 8 additions and 1 deletions

View File

@ -106,7 +106,7 @@
.@{prefix-cls} {
position: absolute;
top: 4px;
top: 8px;
right: 10px;
z-index: 20;
@ -114,5 +114,12 @@
position: fixed;
z-index: 10000;
}
// update-begin--author:liaozhiyang---date:20230326---forQQYUN-8647online tinymce
.ant-btn {
padding: 2px 4px;
font-size: 12px;
height: 24px;
}
// update-end--author:liaozhiyang---date:20230326---forQQYUN-8647online tinymce
}
</style>