tiptap: fix style in table

This commit is contained in:
fantasticit 2022-08-23 11:00:05 +08:00
parent 43ed50b137
commit 4384eb1eb5
1 changed files with 4 additions and 6 deletions

View File

@ -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;