Procházet zdrojové kódy

创客列表操作区域宽度问题

lcl před 2 roky
rodič
revize
42acf6b088
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      wwwroot/layuiadmin/modules_main/Users_Admin.js

+ 1 - 1
wwwroot/layuiadmin/modules_main/Users_Admin.js

@@ -115,7 +115,7 @@ layui.config({
             , { field: 'RiskFlagName', width: 200, title: '风控状态', sort: true }
             , { field: 'RiskFlagName', width: 200, title: '风控状态', sort: true }
             , { field: 'CreateDate', width: 200, title: '注册时间', sort: true }
             , { field: 'CreateDate', width: 200, title: '注册时间', sort: true }
 
 
-            , { title: '操作', width: 2000, align: 'left', toolbar: '#table-list-tools' }
+            , { title: '操作', width: 2200, align: 'left', toolbar: '#table-list-tools' }
         ]]
         ]]
         , where: {
         , where: {
             SelfId: SelfId,
             SelfId: SelfId,