Zookeeper ui调整 table框拉长
Showing
1 changed file
with
3 additions
and
2 deletions
@@ -130,14 +130,15 @@ function toDetail(rowData,ip){ | @@ -130,14 +130,15 @@ function toDetail(rowData,ip){ | ||
130 | }, | 130 | }, |
131 | columns: [{ | 131 | columns: [{ |
132 | title: "名称", | 132 | title: "名称", |
133 | - width:"30%", | 133 | + width:"60%", |
134 | field: "zkName" | 134 | field: "zkName" |
135 | }, { | 135 | }, { |
136 | title: "值", | 136 | title: "值", |
137 | + width:"20%", | ||
137 | field: "zkValue" | 138 | field: "zkValue" |
138 | }, { | 139 | }, { |
139 | title: "操作", | 140 | title: "操作", |
140 | - width:"10%", | 141 | + width:"20%", |
141 | formatter: function (value, rowData, rowIndex) { | 142 | formatter: function (value, rowData, rowIndex) { |
142 | var div = $("<div>"); | 143 | var div = $("<div>"); |
143 | //修改 | 144 | //修改 |
-
Please register or login to post a comment