在安排課程中設置滾輪
This commit is contained in:
parent
6557d0237f
commit
d1cf542110
@ -57,7 +57,8 @@ var coursesList = {
|
|||||||
<div>
|
<div>
|
||||||
<h5>2. 安排課程</h5>
|
<h5>2. 安排課程</h5>
|
||||||
<p style="color: orange" v-if="find_name"> ※ 已套用「名稱」搜尋: <br>{{find_name}}</p>
|
<p style="color: orange" v-if="find_name"> ※ 已套用「名稱」搜尋: <br>{{find_name}}</p>
|
||||||
<table class="table table-striped table-bordered">
|
<div style="width:275px;height:500px;overflow:auto">
|
||||||
|
<table class="table table-striped table-bordered">
|
||||||
<template v-if="find_name">
|
<template v-if="find_name">
|
||||||
<tr v-for="(course, index) in foundedCourses" :key="index">
|
<tr v-for="(course, index) in foundedCourses" :key="index">
|
||||||
<td>
|
<td>
|
||||||
@ -103,6 +104,7 @@ var coursesList = {
|
|||||||
</tr>
|
</tr>
|
||||||
</template>
|
</template>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user