mirror of https://github.com/fantasticit/think.git
tiptap: add margin-top in cover
This commit is contained in:
parent
68d0859c79
commit
9c9211c055
|
@ -1,7 +1,10 @@
|
|||
.wrap {
|
||||
overflow: auto;
|
||||
|
||||
.coverWrap {
|
||||
position: relative;
|
||||
height: 280px;
|
||||
margin-top: 14px;
|
||||
margin-bottom: 12px;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Loading…
Reference in New Issue