mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
style:修改讨论详情下部回复框样式
This commit is contained in:
@@ -132,7 +132,10 @@
|
||||
<div class="gcou">0</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<!-- <div class="line"></div> -->
|
||||
<div
|
||||
:class="index === newrestore.length - 1 ? null : 'line'"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -499,6 +502,7 @@ export default {
|
||||
width: 92%;
|
||||
display: flex;
|
||||
margin-top: 20px;
|
||||
// margin-bottom: 20px;
|
||||
.ava {
|
||||
// margin-top: 20px;
|
||||
.avainner {
|
||||
@@ -522,6 +526,7 @@ export default {
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
.day {
|
||||
color: #5f6d75;
|
||||
font-size: 14px;
|
||||
@@ -548,7 +553,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.line {
|
||||
margin-top: 24.5px;
|
||||
// margin-top: 24.5px;
|
||||
margin-left: -45px;
|
||||
height: 0;
|
||||
width: 117%;
|
||||
|
||||
Reference in New Issue
Block a user