mirror of https://github.com/fantasticit/think.git
tiptap: add bgcolor for flow
This commit is contained in:
parent
ed78cfe8ad
commit
d26c9a742e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue