Commit e10c4ce6c45a7ea1e5feda61f53ed0b6f5999843
1 parent
541bce57
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/video.html
| ... | ... | @@ -133,7 +133,7 @@ |
| 133 | 133 | |
| 134 | 134 | <div class="fixed-table-container" style="padding-bottom: 0px;"> |
| 135 | 135 | <div class="fixed-table-body"> |
| 136 | - <table id="table" data-toggle="table" class="table table-hover table-striped"> | |
| 136 | + <table id="table" data-toggle="table" class="table table-hover table-striped" style="margin-bottom: 0; "> | |
| 137 | 137 | <thead> |
| 138 | 138 | <tr> |
| 139 | 139 | <th class="bs-checkbox " style="width: 5%; " data-field="state" | ... | ... |