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