mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 12:56:43 +08:00
问答详情样式
This commit is contained in:
@@ -828,8 +828,9 @@ export default {
|
||||
color: #333333;
|
||||
}
|
||||
.answer-content{
|
||||
margin-top: 27px;
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
margin-bottom: 45px;
|
||||
input{
|
||||
flex: 1;
|
||||
height: 81px;
|
||||
@@ -986,7 +987,7 @@ export default {
|
||||
padding-left: 40px;
|
||||
|
||||
.answer-text {
|
||||
margin: 6px 0 15px;
|
||||
margin: 6px 0 0px;
|
||||
line-height: 24px;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
@@ -1007,7 +1008,7 @@ export default {
|
||||
}
|
||||
|
||||
.answer-boot {
|
||||
height: 35px;
|
||||
// height: 35px;
|
||||
line-height: 35px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -1089,7 +1090,7 @@ export default {
|
||||
|
||||
.comment-btns {
|
||||
// padding: 5px 10px 10px 0px;
|
||||
height: 35px;
|
||||
// height: 35px;
|
||||
line-height: 35px;
|
||||
|
||||
a {
|
||||
@@ -1123,9 +1124,9 @@ export default {
|
||||
}
|
||||
|
||||
.answer-reply-box {
|
||||
margin-top: 10px;
|
||||
margin-top: 30px;
|
||||
background-color: #fff;
|
||||
padding: 58px 67px;
|
||||
padding: 30px 40px;
|
||||
}
|
||||
|
||||
// ::v-deep .publishAnswer {
|
||||
|
||||
Reference in New Issue
Block a user