diff --git a/common/libraries/receiver/Orders_v2_entity.php b/common/libraries/receiver/Orders_v2_entity.php index 4dd70d64..87957e44 100644 --- a/common/libraries/receiver/Orders_v2_entity.php +++ b/common/libraries/receiver/Orders_v2_entity.php @@ -2060,7 +2060,7 @@ class Orders_v2_entity{ 'text_size_big' => 12,//加大字体大小 16 'row_hight' => 30,//每行数据行高 'filed_id_width' => 60,//序号列的宽度 - 'filed_name_width' => 200,//玩家名称的宽度 + 'filed_name_width' => 140,//玩家名称的宽度 'filed_name_columns' => 1, //非数据列数据,也可传参数来控制 'filed_data_width' => 90,//数据列的宽度 'table_header' => array('序号', '昵称', '数据1', '数据2', '数据3', '数据4', '数据5', '数据6'),//表头文字 @@ -2076,7 +2076,7 @@ class Orders_v2_entity{ $column = count($base['table_header']); $offset_arr_left = array(50); # 序号列 for ($i=0; $i<$base['filed_name_columns']; $i++){ - $offset_arr_left[] = 180; + $offset_arr_left[] = 120; //230427:与filed_name_width一起,各减60 } $offset_arr = array(); $column_data = $column - $base['filed_name_columns'] -1;