mirror of https://github.com/fantasticit/think.git
tiptap: fix style in table
This commit is contained in:
parent
43ed50b137
commit
4384eb1eb5
|
@ -73,14 +73,12 @@
|
||||||
border: 1px solid rgb(232 235 237);
|
border: 1px solid rgb(232 235 237);
|
||||||
border-color: var(--semi-color-fill-2);
|
border-color: var(--semi-color-fill-2);
|
||||||
|
|
||||||
> * {
|
:not(a) {
|
||||||
margin-bottom: 0;
|
&:first-of-type {
|
||||||
}
|
|
||||||
|
|
||||||
> p {
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue