Fix: 部份瀏覽器排版失控(#4)

This commit is contained in:
Ting-Jun Wang 2020-10-16 13:59:19 +08:00
parent b77cd4340b
commit 9cfa3c1ae4
No known key found for this signature in database
GPG Key ID: BBA3ABB2B32EF0D3

View File

@ -58,7 +58,7 @@ var courseTable = {
'course-div': courseDiv 'course-div': courseDiv
}, },
template: ` template: `
<table class="table table-bordered"> <table class="table table-bordered" style="table-layout: fixed;word-wrap: break-word;">
<thead> <thead>
<th scope="col" class="col-md-1">#</th> <th scope="col" class="col-md-1">#</th>
<th scope="col" class="col-md-2"></th> <th scope="col" class="col-md-2"></th>