Explorar el Código

操作列宽度调整

lcl hace 2 años
padre
commit
86177baf58
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      wwwroot/layuiadmin/modules_main/ApiUrlRewrite_Admin.js

+ 2 - 2
wwwroot/layuiadmin/modules_main/ApiUrlRewrite_Admin.js

@@ -66,9 +66,9 @@ layui.config({
             { type: 'checkbox', fixed: 'left' }
             { type: 'checkbox', fixed: 'left' }
     		, {field:'Id', fixed: 'left', title:'ID', width:80, sort: true, unresize: true}
     		, {field:'Id', fixed: 'left', title:'ID', width:80, sort: true, unresize: true}
             , {field:'Kind', title:'分类', width:100, sort: true}
             , {field:'Kind', title:'分类', width:100, sort: true}
-            , {field:'UrlPath', title:'路由地址', width:300, sort: true}
+            , {field:'UrlPath', title:'路由地址', sort: true}
 
 
-            , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
+            , { title: '操作', align: 'center', width:200, fixed: 'right', toolbar: '#table-list-tools' }
         ]]
         ]]
         , where: {
         , where: {