From 8c117c9844f34dbb3f4ac894b6adce7b28530fa6 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 14 Feb 2025 13:34:33 +0800
Subject: [PATCH] style(sellVipList):调整操作列宽度

---
 src/main/resources/templates/febs/views/modules/runVip/sellVipList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
index f9f23e2..4d23a27 100644
--- a/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
+++ b/src/main/resources/templates/febs/views/modules/runVip/sellVipList.html
@@ -146,7 +146,7 @@
                     {field: 'amountFee', title: '手续费', minWidth: 100,align:'center', totalRow:true},
                     {title: '状态', templet: '#statusType', minWidth: 100,align:'center'},
                     {field: 'createdTime', title: '创建时间', minWidth: 180,align:'center'},
-                    {title: '操作', toolbar: '#withdrawOption', minWidth: 100}
+                    {title: '操作', toolbar: '#withdrawOption', minWidth: 200}
                 ]],
                 done: function(res, curr, count) {
                     // 遍历每一行数据

--
Gitblit v1.9.1