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