|
@@ -103,7 +103,7 @@
|
|
|
<!-- <span style="color: red">*</span> -->
|
|
|
课程名称
|
|
|
</div>
|
|
|
- <div style="display: flex">
|
|
|
+ <div style="display: flex; margin-right: 20px">
|
|
|
<img
|
|
|
src="../../assets/icon/projectName.png"
|
|
|
alt
|
|
@@ -147,11 +147,10 @@
|
|
|
|
|
|
<div
|
|
|
style="
|
|
|
- padding: 0 0 50px 0;
|
|
|
+ padding: 0 0 50px 20px;
|
|
|
display: flex;
|
|
|
align-items: baseline;
|
|
|
justify-content: flex-start;
|
|
|
- width: 95%;
|
|
|
margin: 0 auto;
|
|
|
"
|
|
|
>
|
|
@@ -184,6 +183,7 @@
|
|
|
display: flex;
|
|
|
flex-flow: row nowrap;
|
|
|
flex-direction: row;
|
|
|
+ flex-wrap: wrap;
|
|
|
align-items: baseline;
|
|
|
margin: 0 30px;
|
|
|
"
|
|
@@ -254,7 +254,7 @@
|
|
|
style="border-radius: 0; margin-top: 15px; padding-bottom: 20px"
|
|
|
>
|
|
|
<div class="right_title">目标管理</div>
|
|
|
- <div style="width: 95%; margin: 15px auto">
|
|
|
+ <div style="margin: 15px auto;padding: 0 0 0 20px;">
|
|
|
<div
|
|
|
style="
|
|
|
width: 100%%;
|
|
@@ -342,7 +342,7 @@
|
|
|
v-if="evalua"
|
|
|
style="
|
|
|
border: 1px solid #e5e5e5;
|
|
|
- width: 806px;
|
|
|
+ width: 95%;
|
|
|
margin-top: 30px;
|
|
|
box-shadow: 3px 1px 15px 3px #e0e0e0;
|
|
|
"
|
|
@@ -504,7 +504,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rightBox" v-if="this.steps == 3">
|
|
|
- <div class="basic_box" style="margin: 0px 0 0 30px">
|
|
|
+ <div class="basic_box">
|
|
|
<div
|
|
|
style="display: flex; flex-direction: row; align-items: center"
|
|
|
>
|
|
@@ -4285,9 +4285,9 @@ export default {
|
|
|
}
|
|
|
|
|
|
.basic_box {
|
|
|
- width: 95%;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
+ padding: 0 0 0 20px;
|
|
|
}
|
|
|
.basic_box_success {
|
|
|
width: 100%;
|
|
@@ -4305,11 +4305,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.bInfo_title {
|
|
|
- /* font-size: 20px; */
|
|
|
text-align: left;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 10px;
|
|
|
- /* font-weight: 700; */
|
|
|
+ margin: 10px 0;
|
|
|
}
|
|
|
|
|
|
.small_title {
|
|
@@ -4691,7 +4688,6 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
flex-wrap: nowrap;
|
|
|
- width: 65%;
|
|
|
}
|
|
|
|
|
|
.right_first {
|
|
@@ -4701,12 +4697,11 @@ export default {
|
|
|
}
|
|
|
.right_title {
|
|
|
height: 30px;
|
|
|
- padding: 15px 0;
|
|
|
+ padding: 15px 0 15px 20px;
|
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
font-size: 1.5em;
|
|
|
font-weight: bold;
|
|
|
color: #0f7eff;
|
|
|
- width: 95%;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.people {
|
|
@@ -5293,16 +5288,20 @@ ol {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: flex-start;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.all_choose > span {
|
|
|
- width: 80px;
|
|
|
+ width: 100px;
|
|
|
display: block;
|
|
|
letter-spacing: 14px;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
.all_choose >>> .el-checkbox-group {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- width: 820px;
|
|
|
+ width: 100%;
|
|
|
flex-wrap: wrap;
|
|
|
align-content: center;
|
|
|
justify-content: flex-start;
|
|
@@ -5344,9 +5343,9 @@ ol {
|
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
|
width: 100%;
|
|
|
- height: 350px;
|
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
|
+ margin: 30px 0;
|
|
|
}
|
|
|
.notice >>> .el-dialog {
|
|
|
width: 500px !important;
|
|
@@ -5358,7 +5357,6 @@ ol {
|
|
|
.whiteBg {
|
|
|
background: #fff;
|
|
|
border-radius: 10px;
|
|
|
- min-width: 800px;
|
|
|
}
|
|
|
.chooseWho {
|
|
|
display: flex;
|
|
@@ -5641,10 +5639,6 @@ ol {
|
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|
|
|
align-items: center;
|
|
|
- /* border-radius: 80px; */
|
|
|
- /* box-shadow: 0px 1px 2px 3px #f2f2f2; */
|
|
|
- /* margin: 30px 20px 20px 45px; */
|
|
|
- min-width: 420px;
|
|
|
}
|
|
|
.stepsWord {
|
|
|
font-size: 18px;
|
|
@@ -5657,13 +5651,9 @@ ol {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.rightBox {
|
|
|
- /* width: calc(83% - 25px); */
|
|
|
width: calc(100% - 20px);
|
|
|
background: rgb(255, 255, 255);
|
|
|
border-radius: 10px;
|
|
|
- min-height: 550px;
|
|
|
- /* min-width: 700px; */
|
|
|
- /* height: 700px; */
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.e_add_top {
|
|
@@ -5704,8 +5694,7 @@ ol {
|
|
|
}
|
|
|
.e_add_content {
|
|
|
display: flex;
|
|
|
- width: 650px;
|
|
|
- height: 550px;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.e_add_list {
|
|
|
background: #fff;
|
|
@@ -5813,8 +5802,7 @@ ol {
|
|
|
}
|
|
|
|
|
|
.e_add_list_pbox {
|
|
|
- width: 650px;
|
|
|
- /* height: 600px; */
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.e_add_list_pbox_title {
|
|
|
height: 50px;
|