|
@@ -356,7 +356,6 @@ export default {
|
|
// console.log('点击文件', file);
|
|
// console.log('点击文件', file);
|
|
},
|
|
},
|
|
successFile(file, fileLists) {
|
|
successFile(file, fileLists) {
|
|
-
|
|
|
|
let obj = {};
|
|
let obj = {};
|
|
// this.fileList.push(fileLists.name);
|
|
// this.fileList.push(fileLists.name);
|
|
let resName = fileLists.response.data;
|
|
let resName = fileLists.response.data;
|
|
@@ -602,7 +601,7 @@ export default {
|
|
this.$http.get('/sc-community/assets/community/list', {}).then(({ data }) => {
|
|
this.$http.get('/sc-community/assets/community/list', {}).then(({ data }) => {
|
|
this.communityList = data;
|
|
this.communityList = data;
|
|
});
|
|
});
|
|
- },
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
@@ -772,6 +771,7 @@ $fontSizeSmall: 14px;
|
|
:last-child {
|
|
:last-child {
|
|
margin-top: 7px;
|
|
margin-top: 7px;
|
|
margin-left: 26px;
|
|
margin-left: 26px;
|
|
|
|
+ width: calc(100% - 100px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.recored-detali {
|
|
.recored-detali {
|