Merge pull request #7 from molaboon/master

在安排課程中設置滾輪
This commit is contained in:
snsd0805 2020-10-17 00:53:10 +08:00 committed by GitHub
commit 042f95c02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ var coursesList = {
<div>
<h5>2. 安排課程</h5>
<p style="color: orange" v-if="find_name"> 已套用名稱搜尋 <br>{{find_name}}</p>
<div style="width:275px;height:500px;overflow:auto">
<table class="table table-striped table-bordered">
<template v-if="find_name">
<tr v-for="(course, index) in foundedCourses" :key="index">
@ -104,5 +105,6 @@ var coursesList = {
</template>
</table>
</div>
</div>
`
}