52918 【标准问答功能】回答问题UI应该左对齐,现在不好看
This commit is contained in:
@@ -108,7 +108,10 @@ export default {
|
|||||||
this.$http.postData('lawss/Reply/insertReply',{ ...this.form },{
|
this.$http.postData('lawss/Reply/insertReply',{ ...this.form },{
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
if(res.merge === '添加成功'){
|
||||||
|
this.form.reply = ''
|
||||||
|
this.fileList = []
|
||||||
|
}
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -16,14 +16,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" style="float: right; margin-right: 10px">
|
<div class="row" style="float: left;">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div>{{answer.answerer}}
|
<div>{{answer.answerer}}
|
||||||
<span>{{answer.replyTime}}</span>
|
<span>{{answer.replyTime}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div style="float: right; margin-top: 20px">
|
||||||
<el-checkbox v-if="answer.checkedShow" @change="answerChang" v-model="answer.checked">归档</el-checkbox>
|
<el-checkbox v-if="answer.checkedShow" @change="answerChang" v-model="answer.checked">归档</el-checkbox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1864,7 +1864,7 @@ export default {
|
|||||||
//border-top: 1px solid #cccccc;
|
//border-top: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
/deep/.el-upload-dragger{
|
/deep/.el-upload-dragger{
|
||||||
width: 450px !important;
|
width: 495px !important;
|
||||||
}
|
}
|
||||||
.el-input{
|
.el-input{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" style="float: right; margin-right: 10px">
|
<div class="row" style="float: left; ">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div>{{answer.answerer}}
|
<div>{{answer.answerer}}
|
||||||
<span>{{answer.replyTime}}</span>
|
<span>{{answer.replyTime}}</span>
|
||||||
|
|||||||
@@ -847,6 +847,7 @@ export default {
|
|||||||
this.handleSelectForm.standCode = this.handleSelectForm.lawNumber
|
this.handleSelectForm.standCode = this.handleSelectForm.lawNumber
|
||||||
},
|
},
|
||||||
addList() {
|
addList() {
|
||||||
|
this.handleSelectForm.lawNumber = ''
|
||||||
this.handleSelectForm.dataSource = this.standType
|
this.handleSelectForm.dataSource = this.standType
|
||||||
this.handleSelectForm.standType = this.standType
|
this.handleSelectForm.standType = this.standType
|
||||||
this.searchLawBtn()
|
this.searchLawBtn()
|
||||||
@@ -1004,6 +1005,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//提问按钮
|
//提问按钮
|
||||||
queBtn(){
|
queBtn(){
|
||||||
|
this.fileList = []
|
||||||
this.questionForm = {
|
this.questionForm = {
|
||||||
pubQue : '',//公共问题
|
pubQue : '',//公共问题
|
||||||
classification: 'INLAND', //标准类型
|
classification: 'INLAND', //标准类型
|
||||||
@@ -1242,7 +1244,7 @@ export default {
|
|||||||
//border-top: 1px solid #cccccc;
|
//border-top: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
/deep/.el-upload-dragger{
|
/deep/.el-upload-dragger{
|
||||||
width: 450px !important;
|
width: 490px !important;
|
||||||
}
|
}
|
||||||
.el-input{
|
.el-input{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|||||||
Reference in New Issue
Block a user