optimize the row height in web ui

This commit is contained in:
OttoMao
2015-07-01 14:43:32 +08:00
parent 3e679f0834
commit f4a68e2786
6 changed files with 8 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ function init(React){
<table className="uk-table uk-table-condensed uk-table-hover">
<thead>
<tr>
<th className="col_id">id</th>
<th className="col_id">#</th>
<th className="col_method">method</th>
<th className="col_code">code</th>
<th className="col_host">host</th>