Explorar el Código

会员列表调整宽度

kevin_zhangl hace 3 años
padre
commit
04a8fac1cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'];