gaoluyang
2025-05-15 a1ce4c3b8e48d95a590346a3fe1b45fdd3ca650f
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;