style: 初始化表格列头最后一列宽度固定

This commit is contained in:
Argo Zhang 2019-08-14 20:02:37 +08:00
parent 2ebd034618
commit 8cd3580061
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</environment>
<style>
@@media (min-width: 768px) {
.card-body .bootstrap-table tr td:last-child {
.card-body .bootstrap-table tr td:last-child, .card-body .bootstrap-table tr th:last-child {
width: 78px;
text-align: center;
}