This commit is contained in:
daihh
2022-12-14 18:43:09 +08:00
2 changed files with 11 additions and 9 deletions

View File

@@ -423,11 +423,11 @@ export default {
methods: { methods: {
handleUploadOptionsSuccess(res){ handleUploadOptionsSuccess(res){
this.curOption.push(res.result.filePath); this.curOption.push(res.result.filePath);
questionData.optionList[0].images = this.curOption[0]; this.question.optionList[0].images = this.curOption[0];
questionData.optionList[1].images = this.curOption[1]; this.question.optionList[1].images = this.curOption[1];
questionData.optionList[2].images = this.curOption[2]; this.question.optionList[2].images = this.curOption[2];
questionData.optionList[3].images = this.curOption[3]; this.question.optionList[3].images = this.curOption[3];
console.log(questionData) console.log(this.question)
}, },
handleUploadSuccess(res) { handleUploadSuccess(res) {
console.log(res.result.filePath); console.log(res.result.filePath);

View File

@@ -14,7 +14,7 @@
</div> </div>
</div> </div>
<div class="search-item"> <div class="search-item">
<div style="margin-top:10px; display: flex;"> <div style="margin-top:10px; display: flex;margin-bottom:24px;">
<div style="line-height: 25px;padding-right: 10px;"> <div style="line-height: 25px;padding-right: 10px;">
<!-- <img class="orgaicon" :src="`${webBaseUrl}/images/orgaimg.png`" alt=""> --> <!-- <img class="orgaicon" :src="`${webBaseUrl}/images/orgaimg.png`" alt=""> -->
<span class="item-title" >组织领域</span> <span class="item-title" >组织领域</span>
@@ -890,10 +890,11 @@ export default {
.field{ .field{
display: flex; display: flex;
div{ div{
margin-right: 25px; padding: 0 15px;
font-size: 16px; font-size: 14px;
line-height: 25px; line-height: 25px;
color: #333; color: #3d3d3d;
font-weight: 500;
} }
.fieldactive{ .fieldactive{
color: #387DF7; color: #387DF7;
@@ -1224,6 +1225,7 @@ export default {
} }
.search-item { .search-item {
cursor: pointer; cursor: pointer;
// margin-bottom: 10px;
// padding: 10px 0; // padding: 10px 0;
} }
// .search-item:not(:last-child) { // .search-item:not(:last-child) {