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次以上
水岸天街11516117851800
接官厅西区40167400
百柳西区202155000
百柳南区58000000
银马北区3752121700
银马东区223138410
八一北区122000000
松州园北区13514106130
八一东区8000000
园丁北区4311112200
\ No newline at end of file +
车场名称
0次
1次
2-5次
5-10次
10-20次
20-50次
50次以上
水岸天街11516117851800
接官厅西区40167400
百柳西区202155000
百柳南区58000000
银马北区3752121700
银马东区223138410
八一北区122000000
松州园北区13514106130
八一东区8000000
园丁北区4311112200
\ No newline at end of file