fix: 去除courseList的邊線

This commit is contained in:
Ting-Jun Wang 2021-01-24 02:03:58 +08:00
parent ce7f79bf1c
commit f5825cc263
Signed by: snsd0805
GPG Key ID: 8DB0D22BC1217D33
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ var coursesList = {
}
},
template: `
<div class="mx-auto mb-4 border">
<div class="mx-auto mb-4">
<h5>2. 安排課程</h5>
<p style="color: orange" v-if="find_name"> 已套用名稱搜尋 <br>{{find_name}}</p>
<div style="width:275px;height:500px;overflow:auto">

View File

@ -272,6 +272,7 @@ var mainWindow = {
>
</choose-department>
</div>
<br>
<div class="row mx-auto mb-2">
<course-anslist
v-bind:courses="courses"