mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
问题详细页面调整样式
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
</div>
|
||||
<div class="answer-boot">
|
||||
<div class="answer-boot-btns">
|
||||
<div v-show="btnsShowRowId != item.id">
|
||||
<div v-show="btnsShowRowId == item.id">
|
||||
<a @click="showRowInput(item, {})">
|
||||
<svg-icon icon-class="comment" style="margin-right: 0px;font-size: 16px;"></svg-icon>
|
||||
<span>回复</span>
|
||||
@@ -992,7 +992,8 @@ export default {
|
||||
.answer-body {
|
||||
padding-left: 40px;
|
||||
.answer-text {
|
||||
margin: 6px 0 15px;
|
||||
//margin: 6px 0 15px;
|
||||
margin:6px 70px 15px 0px;//按ui图,让开右边区域位置
|
||||
line-height: 24px;
|
||||
height: 48px;
|
||||
white-space: pre-wrap;
|
||||
@@ -1008,9 +1009,12 @@ export default {
|
||||
.answer-time {
|
||||
font-size: 14px;
|
||||
color: #8590a6;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
//display: flex;
|
||||
//justify-content: space-between;
|
||||
//align-items: center;
|
||||
//按ui图,不再占一行,只是占右边
|
||||
float: right;
|
||||
margin-top: -50px;
|
||||
}
|
||||
|
||||
.answer-boot {
|
||||
|
||||
Reference in New Issue
Block a user