* fix datatable cells height.

This commit is contained in:
Catouse
2017-05-10 09:26:34 +08:00
parent b2bab58021
commit fee91475f7
+1 -1
View File
@@ -2,7 +2,7 @@
<?php if(!empty($lang->datatable)):?>
<style>
.table-datatable tbody > tr td,
.table-datatable thead > tr th {max-height: 34px; line-height: 21px;}
.table-datatable thead > tr th {height: 34px; line-height: 20px;}
.table-datatable tbody > tr td .btn-icon > i {line-height: 19px;}
.hide-side .table-datatable thead > tr > th.check-btn i {visibility: hidden;}
.hide-side .side-handle {line-height: 33px}