From b536820b43a825f88c61bb7ed33cce35d6e8f29f Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 31 Jul 2023 10:31:24 +0800 Subject: [PATCH] ta b letable --- src/views/component/table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/component/table.vue b/src/views/component/table.vue index 5fc0cea..c186ea8 100644 --- a/src/views/component/table.vue +++ b/src/views/component/table.vue @@ -548,7 +548,7 @@ export default { { prop: i.field, label: i.name, - width: i.width==0?120:i.width, + width: i.width, fixed: i.is_fixed, align: i.width==240?'left':'center' },