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 {
|
.wrap {
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
.coverWrap {
|
.coverWrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 280px;
|
height: 280px;
|
||||||
|
margin-top: 14px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue