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