From d3862d4493613a4b1e3e69a078e3957652f1d5c8 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sat, 11 May 2024 18:06:15 +0800
Subject: [PATCH] 香港新环境

---
 src/main/resources/templates/febs/views/modules/banner/inviteList.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/banner/inviteList.html b/src/main/resources/templates/febs/views/modules/banner/inviteList.html
index ff538b7..6cf4316 100644
--- a/src/main/resources/templates/febs/views/modules/banner/inviteList.html
+++ b/src/main/resources/templates/febs/views/modules/banner/inviteList.html
@@ -106,10 +106,10 @@
                 totalRow : true,
                 cols: [[
                 	{field: 'id', title: '', minWidth: 50,align:'left',totalRowText:"合计"},
-                	{field: 'address', title: '地址', minWidth: 400,align:'center'},
-                	{field: 'inviteId', title: '邀请码', minWidth: 50,align:'center'},
-                	{field: 'refererId', title: '上级邀请码', minWidth: 50,align:'center'},
-                	{field: 'refererAddress', title: '上级地址', minWidth: 400,align:'center'},
+                	{field: 'address', title: '地址', minWidth: 200,align:'center'},
+                	{field: 'inviteId', title: '邀请码', minWidth: 100,align:'center'},
+                	{field: 'refererId', title: '上级邀请码', minWidth: 100,align:'center'},
+                	{field: 'refererAddress', title: '上级地址', minWidth: 200,align:'center'},
                 	{field: 'zhiYaAmount', title: '个人业绩', minWidth: 50,align:'center', totalRow:true},
                 ]]
             });

--
Gitblit v1.9.1