KKSU
2025-02-14 8c117c9844f34dbb3f4ac894b6adce7b28530fa6
style(sellVipList):调整操作列宽度

- 将 sellVipList.html 文件中的操作列宽度从 100 增加到 200
- 此修改旨在提供更宽敞的空间以展示操作按钮,提升用户体验
1 files modified
2 ■■■ changed files
src/main/resources/templates/febs/views/modules/runVip/sellVipList.html 2 ●●● patch | view | raw | blame | history
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) {
                    // 遍历每一行数据