zengyicheng 2 years ago
parent
commit
8cf0ad0db8

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.7f966149812b57643e23d14cd43ac4be.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.ec6917f8087437e124be.js></script><script type=text/javascript src=./static/js/app.83ba0dd4683dabba95ac.js></script></body></html>
+    }</style><link href=./static/css/app.d3a28e079d758c34592e5582ca429df2.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.ec6917f8087437e124be.js></script><script type=text/javascript src=./static/js/app.b911d765140d52ea0497.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.7f966149812b57643e23d14cd43ac4be.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.d3a28e079d758c34592e5582ca429df2.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.d3a28e079d758c34592e5582ca429df2.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b911d765140d52ea0497.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b911d765140d52ea0497.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.fed1de90e0941b3846db.js.map


+ 14 - 10
src/components/pages/addCourse.vue

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

+ 6 - 2
src/components/pages/course.vue

@@ -700,12 +700,15 @@ export default {
   width: calc(100% / 3);
 }
 .all_choose > span {
-  width: 73px;
+  width: 50px;
   display: block;
 }
 /* .all_choose >>> .el-select {
   margin: 0 0 0 20px;
 } */
+.choose>.all_choose:nth-child(2)>span{
+  margin-right: 24px !important;
+}
 .choose {
   display: flex;
   flex-direction: row;
@@ -713,7 +716,8 @@ export default {
   align-content: space-between;
   height: 100%;
   justify-content: flex-start;
-  width: 55%;
+  width: 60%;
+  min-width: 868px;
   align-items: center;
 }
 .clear {

Some files were not shown because too many files changed in this diff