forked from Gitlink/forgeplus-react
修改评论的样式问题
This commit is contained in:
parent
f5be97bb89
commit
d7fd631396
|
@ -65,6 +65,7 @@ body {
|
|||
.markdown-body p {
|
||||
margin:10px 0px!important;
|
||||
font-size: 16px !important;
|
||||
line-height: 2 !important;
|
||||
}
|
||||
|
||||
.markdown-body>p {
|
||||
|
|
|
@ -313,6 +313,7 @@
|
|||
/*height: 35px;*/
|
||||
background-color: #eee;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.towwrapper_img_detali{
|
||||
display: flex;
|
||||
|
@ -343,6 +344,7 @@
|
|||
position: relative;
|
||||
background: #FFFFFF;
|
||||
border-radius: 4px;
|
||||
width: 0;
|
||||
}
|
||||
.detail_context:before {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue