开课名称

This commit is contained in:
zhangsir
2024-02-02 09:38:40 +08:00
parent ed22744975
commit 4840a91aab

View File

@@ -3,9 +3,9 @@
<!-- <TitleHead text="【调研】管理者进阶腾飞班 - 培训阶段性调研"></TitleHead> --> <!-- <TitleHead text="【调研】管理者进阶腾飞班 - 培训阶段性调研"></TitleHead> -->
<ReturnHead text="评估详情"></ReturnHead> <ReturnHead text="评估详情"></ReturnHead>
<div class="header_wrap" v-if="data.projectInfo"> <div class="header_wrap" v-if="data.projectInfo">
<div>项目{{ data.projectInfo.projectName }}</div> <div>项目名称{{ data.projectInfo.projectName }}</div>
<div>课程{{ data.projectInfo.courseName }}</div> <div>开课名称{{ data.projectInfo.courseName }}</div>
<div>讲师{{ data.projectInfo.teacherName }}</div> <div>培训讲师{{ data.projectInfo.teacherName }}</div>
</div> </div>
<div class="notice"> <div class="notice">
<div class="noticebox"> <div class="noticebox">
@@ -432,8 +432,7 @@ function submit() {
<!-- Add "scoped" attribute to limit CSS to this component only --> <!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss"> <style lang="scss">
.header_wrap{ .header_wrap{
margin: 10px 0 0 0; padding: 15px 0 5px 10px;
padding: 5px 0 5px 10px;
background: #fff; background: #fff;
} }
.clearfix:before, .clearfix:before,
@@ -450,7 +449,7 @@ function submit() {
display: flex; display: flex;
justify-content: center; justify-content: center;
// margin-top: -17.5px; // margin-top: -17.5px;
margin-top: 10px; //margin-top: 10px;
.noticebox { .noticebox {
// width: 90%; // width: 90%;
width: 100%; width: 100%;