AUTO 在线表单富文本字段,上传图片按钮突兀而且遮挡了 TinyMCE 控件栏的全屏按钮 #1129
parent
c48041a2b5
commit
228c133583
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
.@{prefix-cls} {
|
.@{prefix-cls} {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 8px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
|
||||||
|
@ -114,5 +114,12 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
// update-begin--author:liaozhiyang---date:20230326---for:【QQYUN-8647】online tinymce组件上传图片按遮挡了控件栏的全屏按钮
|
||||||
|
.ant-btn {
|
||||||
|
padding: 2px 4px;
|
||||||
|
font-size: 12px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
// update-end--author:liaozhiyang---date:20230326---for:【QQYUN-8647】online tinymce组件上传图片按遮挡了控件栏的全屏按钮
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue