refactor(图表): 优化富文本弹出样式

This commit is contained in:
wangjiahao 2024-04-19 18:02:14 +08:00
parent dea30bada9
commit 656584e0ab

View File

@ -496,6 +496,14 @@ defineExpose({
</style> </style>
<style lang="less"> <style lang="less">
.tox {
border-radius: 4px !important;
border-bottom: 1px solid #ccc !important;
top: 38px !important;
}
.tox-tbtn {
height: auto !important;
}
.tox-collection__item-label { .tox-collection__item-label {
p { p {
color: #1a1a1a !important; color: #1a1a1a !important;