tiptap: add bgcolor for flow

This commit is contained in:
fantasticit 2022-05-11 23:32:33 +08:00
parent ed78cfe8ad
commit d26c9a742e
1 changed files with 3 additions and 2 deletions

View File

@ -6,10 +6,11 @@
.renderWrap {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--semi-color-bg-1);
border: 1px solid var(--node-border-color);
border-radius: var(--border-radius);
align-items: center;
justify-content: center;
&::after {
background-color: transparent !important;