style: 初始化表格列头最后一列宽度固定
This commit is contained in:
parent
2ebd034618
commit
8cd3580061
|
@ -11,7 +11,7 @@
|
||||||
</environment>
|
</environment>
|
||||||
<style>
|
<style>
|
||||||
@@media (min-width: 768px) {
|
@@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;
|
width: 78px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue