From 9fb863b0f3e23be40e9a73a73f6d0f3d0bba1c6c Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 15 五月 2025 16:52:22 +0800 Subject: [PATCH] 付款登记-前端开发联调 --- src/components/PIMTable/PIMTable.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue index 2378c5e..7435f7b 100644 --- a/src/components/PIMTable/PIMTable.vue +++ b/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; -- Gitblit v1.9.3