tiptap: add margin-top in cover

This commit is contained in:
fantasticit 2022-06-03 01:06:26 +08:00
parent 68d0859c79
commit 9c9211c055
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
.wrap {
overflow: auto;
.coverWrap {
position: relative;
height: 280px;
margin-top: 14px;
margin-bottom: 12px;
overflow: hidden;