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 {
|
.renderWrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
background-color: var(--semi-color-bg-1);
|
||||||
justify-content: center;
|
|
||||||
border: 1px solid var(--node-border-color);
|
border: 1px solid var(--node-border-color);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
|
Loading…
Reference in New Issue