|
@@ -118,7 +118,7 @@
|
|
|
<img
|
|
|
src="../../assets/icon/projectName.png"
|
|
|
alt=""
|
|
|
- style="margin-right: 5px"
|
|
|
+ style="margin-right: 8px"
|
|
|
/>
|
|
|
<input
|
|
|
type="text"
|
|
@@ -1911,8 +1911,9 @@ export default {
|
|
|
this.nbOrder = res.data[0][0].ordernumber;
|
|
|
this.CourseType[0] = res.data[1];
|
|
|
// this.selectType();
|
|
|
- for(var i =0;i<this.CourseType[0].length;i++){
|
|
|
- this.courseTypeId[this.CourseType[0][i].typePid] = this.CourseType[0][i].typeid;
|
|
|
+ for (var i = 0; i < this.CourseType[0].length; i++) {
|
|
|
+ this.courseTypeId[this.CourseType[0][i].typePid] =
|
|
|
+ this.CourseType[0][i].typeid;
|
|
|
}
|
|
|
console.log(this.courseTypeId);
|
|
|
this.$forceUpdate();
|
|
@@ -1932,7 +1933,7 @@ export default {
|
|
|
.then((res) => {
|
|
|
this.CourseType = res.data;
|
|
|
for (var i = 0; i < res.data[0].length; i++) {
|
|
|
- if(!this.cid){
|
|
|
+ if (!this.cid) {
|
|
|
this.courseTypeId[res.data[0][i].id] = "";
|
|
|
}
|
|
|
for (var j = 0; j < res.data[1].length; j++) {
|
|
@@ -2468,11 +2469,11 @@ export default {
|
|
|
.right_first {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- width: 50%;
|
|
|
+ width: 60%;
|
|
|
}
|
|
|
|
|
|
.right_first {
|
|
|
- margin-left: 60px;
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
|
.people {
|
|
|
border: 1px solid rgb(229 229 229);
|
|
@@ -3046,7 +3047,7 @@ ol {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.all_choose {
|
|
|
- margin: 15px 0;
|
|
|
+ margin: 15px 0 15px 10px;
|
|
|
height: 20%;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
@@ -3056,9 +3057,12 @@ ol {
|
|
|
width: 50px;
|
|
|
display: block;
|
|
|
}
|
|
|
-.all_choose >>> .el-select {
|
|
|
- margin: 0 0 0 20px;
|
|
|
+.choose>.all_choose:nth-child(2)>span{
|
|
|
+ margin: 0 7px 0 -7px !important;
|
|
|
}
|
|
|
+/* .all_choose >>> .el-select {
|
|
|
+ margin: 0 0 0 20px;
|
|
|
+} */
|
|
|
.choose {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -3066,6 +3070,6 @@ ol {
|
|
|
align-content: space-between;
|
|
|
height: 100%;
|
|
|
justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
+ align-items: flex-start;
|
|
|
}
|
|
|
</style>
|