瀏覽代碼

会员列表调整宽度

kevin_zhangl 3 年之前
父節點
當前提交
04a8fac1cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backendApi/modules/v1/models/lists/user/IndexList.php

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

@@ -134,7 +134,7 @@ class IndexList extends \common\libs\dataList\DataList implements DataListInterf
                 'DEC_LV_NAME' => [
                     'header' => 'Real time membership level',//实时会员级别
                     'headerOther' => [
-                        'width' => '110',
+                        'width' => '120',
                     ],
                     'value' => function($row) use($decLevelConfig) {
                         return $decLevelConfig[$row['DEC_LV']]['LEVEL_NAME'];