Преглед изворни кода

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

zhangl пре 1 година
родитељ
комит
5a9d4c8ee0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      backendApi/modules/v1/models/lists/user/IndexList.php

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

@@ -250,7 +250,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                 ],
                 'REC_REAL_NAME' => [
                     'header' => Yii::t('ctx', 'placementName'),
-                    'headerOther' => ['width' => '180'],
+                    'headerOther' => ['width' => '190'],
                 ],
 //                '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' => '180',
+                            'width' => '200',
                         ];
                     },
                     'valueOther' => function($row) {