區域性使用
Admin::style(
<<<STYLE
tbody {
display: block;
max-height: 200px;
overflow-y: scroll;
}
/*設定頭與內容自動對齊*/
table thead,tfoot,tbody tr {
display: table;
table-layout: fixed;
}
/*給滾動條預留寬度*/
table thead,tfoot {
width: calc( 100% - 1em);
background: #EFF0F5;
}
STYLE
);
全域性注入
在bootstrap檔案裡面複製上述程式碼
寫入自行定義的css檔案裡面
效果
本作品採用《CC 協議》,轉載必須註明作者和本文連結