feat:面授课开课去上课弹框优化

This commit is contained in:
wyx
2023-03-23 22:15:30 +08:00
parent 586d03c22c
commit 9fedab97fd
2 changed files with 8 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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;