1 2 3 4 5 6 7 8 9 10 11 12 13
<div class="row"> <div class="col-lg-10 col-offset-3"> <table class="table accesslist"> <thead> <tr> <th class="col-lg-1">物件權限ID</th> <th class="col-lg-5">權限</th> </tr> </thead> <tbody></tbody> </table> </div> </div>