diff --git a/resource/public/commoncss.css b/resource/public/commoncss.css index 9615434..6c1eeb2 100644 --- a/resource/public/commoncss.css +++ b/resource/public/commoncss.css @@ -144,4 +144,28 @@ header{ } .vertical-align-middle{ vertical-align: middle; +} +/*bootstrap table 表头样式*/ +/* + table 无border +*/ +.fixed-table-container{ + border:none; +} +/* + table 样式 +*/ +.table>thead>tr>th { + vertical-align: middle !important; +} + +.fixed-table-container thead th { + border-left: none !important; +} +.fixed-table-container thead th { + border-left: none !important; +} + +.fixed-table-container tbody td { + border-left: none !important; } \ No newline at end of file diff --git a/topages/staffmanage/staffmanage.css b/topages/staffmanage/staffmanage.css index e9ae010..a06baed 100644 --- a/topages/staffmanage/staffmanage.css +++ b/topages/staffmanage/staffmanage.css @@ -88,4 +88,7 @@ thead tr{ } -/*-----------------------内容*/ \ No newline at end of file +/*-----------------------内容*/ +.table-striped>tbody>tr>td{ + padding: 0 0 0 24px !important; +} diff --git a/topages/staffmanage/staffmanage.html b/topages/staffmanage/staffmanage.html index 756d0fe..84fad5f 100644 --- a/topages/staffmanage/staffmanage.html +++ b/topages/staffmanage/staffmanage.html @@ -7,4 +7,4 @@ -
车场名称 | 0次 | 1次 | 2-5次 | 5-10次 | 10-20次 | 20-50次 | 50次以上 |
---|---|---|---|---|---|---|---|
水岸天街 | 115 | 16 | 117 | 85 | 18 | 0 | 0 |
接官厅西区 | 40 | 1 | 6 | 7 | 4 | 0 | 0 |
百柳西区 | 20 | 2 | 15 | 5 | 0 | 0 | 0 |
百柳南区 | 58 | 0 | 0 | 0 | 0 | 0 | 0 |
银马北区 | 37 | 5 | 21 | 21 | 7 | 0 | 0 |
银马东区 | 22 | 3 | 13 | 8 | 4 | 1 | 0 |
八一北区 | 122 | 0 | 0 | 0 | 0 | 0 | 0 |
松州园北区 | 135 | 14 | 10 | 6 | 1 | 3 | 0 |
八一东区 | 8 | 0 | 0 | 0 | 0 | 0 | 0 |
园丁北区 | 43 | 1 | 11 | 12 | 2 | 0 | 0 |
车场名称 | 0次 | 1次 | 2-5次 | 5-10次 | 10-20次 | 20-50次 | 50次以上 |
---|---|---|---|---|---|---|---|
水岸天街 | 115 | 16 | 117 | 85 | 18 | 0 | 0 |
接官厅西区 | 40 | 1 | 6 | 7 | 4 | 0 | 0 |
百柳西区 | 20 | 2 | 15 | 5 | 0 | 0 | 0 |
百柳南区 | 58 | 0 | 0 | 0 | 0 | 0 | 0 |
银马北区 | 37 | 5 | 21 | 21 | 7 | 0 | 0 |
银马东区 | 22 | 3 | 13 | 8 | 4 | 1 | 0 |
八一北区 | 122 | 0 | 0 | 0 | 0 | 0 | 0 |
松州园北区 | 135 | 14 | 10 | 6 | 1 | 3 | 0 |
八一东区 | 8 | 0 | 0 | 0 | 0 | 0 | 0 |
园丁北区 | 43 | 1 | 11 | 12 | 2 | 0 | 0 |