style(文件管理): CSV文件关联加载样式调整

This commit is contained in:
fit2-zhao 2022-08-25 17:48:01 +08:00 committed by f2c-ci-robot[bot]
parent be9431a7c4
commit 3b3544aa2f
2 changed files with 4 additions and 8 deletions

View File

@ -88,13 +88,10 @@ export default {
return {} return {}
} }
}, },
mounted() {
this.exist();
},
methods: { methods: {
exist() { exist() {
this.loading = true;
this.parameter.files.forEach(file => { this.parameter.files.forEach(file => {
this.loading = true;
this.$get('/file/metadata/exist/' + file.fileId, response => { this.$get('/file/metadata/exist/' + file.fileId, response => {
file.isExist = !response.data; file.isExist = !response.data;
this.loading = false; this.loading = false;
@ -279,8 +276,8 @@ export default {
} }
.ms-list__item-delete { .ms-list__item-delete {
margin-top: -10px; margin-top: -15px;
padding-top: -10px; padding-top: -15px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
} }

View File

@ -229,8 +229,7 @@ export default {
} }
.ms-list__item-delete { .ms-list__item-delete {
margin-top: -10px; margin-top: -12px;
padding-top: -10px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
} }