xuxueli 6 years ago
parent
commit
09afb8800e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      xxl-job-admin/src/main/resources/static/js/jobinfo.index.1.js

+ 2 - 2
xxl-job-admin/src/main/resources/static/js/jobinfo.index.1.js View File

@@ -46,11 +46,11 @@ $(function() {
46 46
 	                {
47 47
 	                	"data": 'jobDesc',
48 48
 						"visible" : true,
49
-						"width":'20%'
49
+						"width":'25%'
50 50
 					},
51 51
 					{
52 52
 						"data": 'glueType',
53
-						"width":'20%',
53
+						"width":'25%',
54 54
 						"visible" : true,
55 55
 						"render": function ( data, type, row ) {
56 56
 							var glueTypeTitle = findGlueTypeTitle(row.glueType);