mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
Merge branch 'third' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into third
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user