src/components/PIMTable/PIMTable.vue
@@ -231,7 +231,7 @@ // 文件上传前校验 const beforeUpload = (rawFile, index) => { currentFiles.value[index] = {} if (rawFile.size > 1024 * 1024 * 10) { if (rawfile.size > 1024 * 1024 * 10 * 10) { ElMessage.error('上传文件不超过10M') return false } @@ -275,10 +275,6 @@ </script> <style scoped lang="scss"> :deep(.cell) { padding: 0 !important; } .cell { white-space: nowrap; overflow: hidden;