ソースを参照

feat: NG-15: 新会员注册时增加国家与语言选项.

zhangl 1 年間 前
コミット
9a5d717982
1 ファイル変更3 行追加3 行削除
  1. 3 3
      backendApi/modules/v1/models/lists/user/IndexList.php

+ 3 - 3
backendApi/modules/v1/models/lists/user/IndexList.php

@@ -246,11 +246,11 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                 ],
                 'REC_USER_NAME' => [
                     'header' => Yii::t('ctx', 'placementNo'),
-                    'headerOther' => ['width' => '160'],
+                    'headerOther' => ['width' => '180'],
                 ],
                 'REC_REAL_NAME' => [
                     'header' => Yii::t('ctx', 'placementName'),
-                    'headerOther' => ['width' => '160'],
+                    'headerOther' => ['width' => '180'],
                 ],
 //                'CON_USER_NAME' => [
 //                    'header' => Yii::t('ctx', 'placementNo'),
@@ -307,7 +307,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                     },
                     'headerOther' => function($row) {
                         return [
-                            'width' => '160',
+                            'width' => '180',
                         ];
                     },
                     'valueOther' => function($row) {