* fix datatable UI.

This commit is contained in:
Catouse
2018-06-26 12:02:21 +08:00
parent 6e74cc0c2a
commit b751f82fab
4 changed files with 6 additions and 7 deletions
+1
View File
@@ -30,6 +30,7 @@
.datatable .fixed-right tbody>tr>td {padding-left: 5px!important;}
.datatable .c-actions {white-space: nowrap;}
.datatable.head-fixed {padding-top: 41px;}
.datatable .table>thead>tr>th.col-hover {background: rgba(0,0,0,.075);}
</style>
<script>
<?php $datatableId = $this->moduleName . ucfirst($this->methodName);?>