From 4764ba9d31d28d293561646817bc35bcf212a111 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:38:45 +0800 Subject: [PATCH] 1 --- src/views/store/auth.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/store/auth.vue b/src/views/store/auth.vue index edb15ff..34e50b0 100644 --- a/src/views/store/auth.vue +++ b/src/views/store/auth.vue @@ -141,7 +141,7 @@ const columns = [ { title: '操作', - width: '100px', + width: '240px', key: 'action', fixed: 'right', scopedSlots: { customRender: 'action' },