style: 修改富文本样式style

This commit is contained in:
xinxin.wu 2024-10-25 14:47:52 +08:00 committed by Craftsman
parent f906320ed9
commit 53f3d9d0cd
1 changed files with 5 additions and 0 deletions

View File

@ -625,6 +625,11 @@
svg { svg {
color: var(--color-text-3) !important; color: var(--color-text-3) !important;
} }
& + div {
div:first-of-type {
.ms-scroll-bar();
}
}
} }
:deep(.editor-content) { :deep(.editor-content) {
.ms-scroll-bar(); .ms-scroll-bar();