Commit d3de17f5 authored by 罗林杰's avatar 罗林杰

修改bug

parent 7e9517de
......@@ -867,62 +867,6 @@ export default {
display: block;
}
.commentsSection {
margin-top: 20px;
padding: 0 20px;
h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.commentTree {
list-style-type: none;
padding-left: 0;
.commentItem {
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
.avatar {
width: 32px;
height: 32px;
border-radius: 50%;
margin-right: 10px;
}
.commentContent {
margin-bottom: 5px;
}
.replies {
list-style-type: none;
padding-left: 20px;
.replyItem {
margin-bottom: 5px;
padding: 5px;
border: 1px solid #eee;
border-radius: 5px;
}
.avatar {
width: 32px;
height: 32px;
border-radius: 50%;
margin-right: 10px;
}
}
.el-input {
margin-top: 5px;
}
}
}
}
.avatarSize{
width: 32px;
height: 32px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment