mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-07 09:56:46 +08:00
feat:面授课开课去上课弹框优化
This commit is contained in:
@@ -337,7 +337,7 @@
|
||||
<div
|
||||
v-for="item,key in openCourseList"
|
||||
style="width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 12px;background: rgb(247, 251, 253);height: 40px;padding: 5px;border-radius: 5px;">
|
||||
<div>{{ item }}</div>
|
||||
<div style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 320px;">{{ item }}</div>
|
||||
<div
|
||||
@click="toOffcoursePlanPage(openCourseIdList[key])"
|
||||
style="width:60px;height:30px;text-align:center;line-height:30px;background:#0078fc;border-radius:5px;color:#fff;cursor: pointer;">去上课</div>
|
||||
@@ -760,6 +760,9 @@ function continueLearn(lastLearnedId) {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
.pathdetails {
|
||||
.el-dialog__body{
|
||||
width: 80%;
|
||||
}
|
||||
.el-dialog__header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -271,7 +271,7 @@
|
||||
<div
|
||||
v-for="item,key in openCourseList"
|
||||
style="width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 12px;background: rgb(247, 251, 253);height: 40px;padding: 5px;border-radius: 5px;">
|
||||
<div>{{ item }}</div>
|
||||
<div style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 320px;">{{ item }}</div>
|
||||
<div
|
||||
@click="toOffcoursePlanPage(openCourseIdList[key])"
|
||||
style="width:60px;height:30px;text-align:center;line-height:30px;background:#0078fc;border-radius:5px;color:#fff;cursor: pointer;">去上课</div>
|
||||
@@ -645,6 +645,9 @@ function continueLearn(taskname, datas) {
|
||||
.el-dialog__body{
|
||||
width: 80%;
|
||||
}
|
||||
.el-dialog__header {
|
||||
display: none;
|
||||
}
|
||||
.crumb {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user