Browse Source

1

Signed-off-by: lcw <1324309909@qq.com>
lcw 3 years ago
parent
commit
ac824e6657

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.6d9a7b8e1d991345fad43f4fc82aa91b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.e92d4f5fd2eb9df34011.js></script><script type=text/javascript src=./static/js/vendor.57c88615aac160d2c474.js></script><script type=text/javascript src=./static/js/app.9bc4dc2743c2fed2a5cf.js></script></body></html>
+    }</style><link href=./static/css/app.4d43f3ace79dcba1413502bf2e21a306.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.e92d4f5fd2eb9df34011.js></script><script type=text/javascript src=./static/js/vendor.57c88615aac160d2c474.js></script><script type=text/javascript src=./static/js/app.1d69d35fdf51175aac01.js></script></body></html>

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


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


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


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


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


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


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


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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/vendor.57c88615aac160d2c474.js.map


+ 2 - 2
src/App.vue

@@ -219,7 +219,7 @@
 		margin: 20px;
 		width: 98%;
 		min-width: 745px;
-		display: inline-block;
+		/* display: inline-block; */
 		height: 95%;
 		min-height: 750px;
 		background: #fff;
@@ -232,7 +232,7 @@
 		width: 95%;
 		margin: 10px auto;
 		padding: 10px 5px;
-		border-bottom: 3px solid #eee;
+		border-bottom: 1px solid #eee;
 	}
 	.pb_content {
 		/* height: 100%; */

+ 19 - 12
src/components/pages/addCourse.vue

@@ -110,7 +110,7 @@
 											@click="addPP"
 											v-if="this.checkboxList.length == 0"
 										>
-											点击添加成员
+											添加成员
 										</div>
 										<div class="addPeople" @click="addPP" v-else>
 											已添加,点击查看
@@ -119,7 +119,7 @@
 									<div style="flex: 0.5 1 0%; margin-top: 30px">
 										<div class="bInfo_title">协同编辑</div>
 										<div class="addPeople" style="background: #6b92c9">
-											添加协同编辑
+											添加协同成员
 										</div>
 									</div>
 								</div>
@@ -632,6 +632,7 @@
 			:visible.sync="dialogVisible3"
 			:append-to-body="true"
 			width="25%"
+			height="80%"
 			:before-close="handleClose"
 			class="addNewPP"
 		>
@@ -790,7 +791,8 @@
 			},
 			lastSteps() {
 				if (this.steps == 4) {
-					window.location.href = "./course.vue?userid=" + this.userid + "&oid=" + this.oid;
+					window.location.href =
+						"./course.vue?userid=" + this.userid + "&oid=" + this.oid;
 				} else {
 					this.steps--;
 				}
@@ -1485,10 +1487,10 @@
 	.info_btn,
 	.teacherWord {
 		color: #fff;
-		background-color: #3d67bc;
+		background-color: #6a8ed5;
 		padding: 8px 24px;
 		font-size: 0.9375rem;
-		box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%),
+		box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%),
 			0px 3px 1px -2px rgb(0 0 0 / 12%);
 		min-width: 64px;
 		font-weight: 500;
@@ -1534,7 +1536,7 @@
 		height: 100%;
 	}
 	.info_btn:hover {
-		background-color: #1f4082 !important;
+		background-color: #4f7cd5 !important;
 	}
 
 	.cru_selectBox {
@@ -1785,10 +1787,10 @@
 		margin-left: 60px;
 	}
 	.people {
-		border: 1px solid rgb(196, 196, 196);
-		height: 150px;
+		border: 1px solid rgb(229 229 229);
+		height: 495px;
 		border-radius: 5px;
-		width: 90%;
+		width: 100%;
 		overflow: auto;
 	}
 	.people_top {
@@ -1807,13 +1809,13 @@
 	}
 	.people_search >>> .el-input__inner {
 		height: 25px;
-		width: 70%;
+		width: 95%;
 	}
 	.search_img {
 		width: 20px;
 		height: 20px;
 		position: absolute;
-		right: 62px;
+		right: 15px;
 		top: 3px;
 	}
 	.search_img > img {
@@ -1824,7 +1826,7 @@
 		display: flex;
 		justify-content: flex-start;
 		padding: 20px 0 0 25px;
-		flex-direction: row;
+		flex-direction: column;
 		flex-wrap: wrap;
 	}
 	.people_name >>> .el-checkbox {
@@ -2213,6 +2215,7 @@
 		width: 30px;
 		height: 30px;
 		cursor: pointer;
+		margin-top: 20px;
 	}
 
 	.addHW {
@@ -2226,4 +2229,8 @@
 		width: 100%;
 		height: 100%;
 	}
+
+	.addNewPP >>> .el-dialog__body {
+		padding: 5px 20px;
+	}
 </style>

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

@@ -441,7 +441,7 @@ export default {
   box-sizing: border-box;
   border-radius: 0px 0px 5px 5px;
   overflow: hidden;
-  margin-bottom: 10px;
+  margin-bottom: 15px;
 }
 
 .bottom_box {
@@ -481,7 +481,6 @@ export default {
   display: flex;
   flex-direction: row;
   justify-content: space-around;
-  border-bottom: 1px solid #ccc;
   height: 40px;
   align-items: center;
   background: #f5f4f4;
@@ -490,4 +489,8 @@ export default {
 .three_bottom > div {
   cursor: pointer;
 }
+
+.three_bottom > div:hover {
+  color:#79a2ff;
+}
 </style>

+ 3 - 4
src/components/pages/student.vue

@@ -39,10 +39,9 @@
           :height="tableHeight"
           :fit="true"
           v-loading="isLoading"
-          style="width: 100%"
-          :header-cell-style="{ background: '#f1f1f1' }"
+          style="width: 100%;"
+          :header-cell-style="{ background: '#f1f1f1',fontSize:'17px' }"
           :row-class-name="tableRowClassName"
-          stripe
         >
           <el-table-column label="姓名" min-width="10" align="center">
             <template slot-scope="scope">
@@ -762,7 +761,7 @@ export default {
 .student_table >>> .el-table--border td {
   border-right: 0px !important;
 }
-.el-table__row--striped .even_row {
+.el-table >>>  .even_row {
   background-color: #f1f1f1 !important;
 }
 .de_button {

+ 5 - 9
src/components/pages/works.vue

@@ -28,9 +28,8 @@
           :fit="true"
           v-loading="isLoading"
           style="width: 100%"
-          :header-cell-style="{ background: '#f1f1f1' }"
+          :header-cell-style="{ background: '#f1f1f1',fontSize:'17px' }"
           :row-class-name="tableRowClassName"
-          stripe
         >
           <el-table-column
             prop="title"
@@ -131,13 +130,6 @@ export default {
     handleClose(done) {
       done();
     },
-    tableRowClassName({ row, rowIndex }) {
-      if ((rowIndex + 1) % 2 === 0) {
-        return "even_row";
-      } else {
-        return "";
-      }
-    },
     handleCurrentChange(val) {
       this.page = val;
     },
@@ -228,4 +220,8 @@ export default {
 .student_table >>> .el-table{
   height: 635px !important;
 }
+
+.el-table >>>  .even_row {
+  background-color: #f1f1f1 !important;
+}
 </style>

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