style: 初始化表格列头最后一列宽度固定
This commit is contained in:
parent
2ebd034618
commit
8cd3580061
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue