|
@@ -152,9 +152,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="right_first">
|
|
|
- <div style="margin-top: 25px">
|
|
|
+ <div>
|
|
|
<div style="flex: 0.5 1 0%; margin: 0 20px 0 0">
|
|
|
- <div class="bInfo_title">
|
|
|
+ <div
|
|
|
+ class="bInfo_title"
|
|
|
+ style="margin-top: 0 !important"
|
|
|
+ >
|
|
|
<span style="color: red">*</span>课程封面
|
|
|
</div>
|
|
|
|
|
@@ -177,7 +180,13 @@
|
|
|
<i class="el-icon-plus"></i>
|
|
|
</el-upload>
|
|
|
</div>
|
|
|
- <div style="display: flex">
|
|
|
+ <div
|
|
|
+ style="
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ "
|
|
|
+ >
|
|
|
<div style="flex: 0.5 1 0%; margin-top: 30px">
|
|
|
<div class="bInfo_title">
|
|
|
<span style="color: red">*</span>选择项目成员
|
|
@@ -2473,7 +2482,8 @@
|
|
|
}
|
|
|
|
|
|
.right_first {
|
|
|
- margin-left: 20%;
|
|
|
+ margin-left: 15%;
|
|
|
+ width: 50%;
|
|
|
}
|
|
|
.people {
|
|
|
border: 1px solid rgb(229 229 229);
|
|
@@ -2624,9 +2634,9 @@
|
|
|
}
|
|
|
.chapter_upload_l {
|
|
|
/* width: 50px;
|
|
|
- height: 50px;
|
|
|
- border-right: 1px solid #eee;
|
|
|
- float: left; */
|
|
|
+ height: 50px;
|
|
|
+ border-right: 1px solid #eee;
|
|
|
+ float: left; */
|
|
|
}
|
|
|
.chapter_upload_ic {
|
|
|
height: 30px;
|
|
@@ -2897,8 +2907,8 @@
|
|
|
}
|
|
|
|
|
|
/* .upCss >>> .el-upload {
|
|
|
- margin-right: 30px;
|
|
|
- } */
|
|
|
+ margin-right: 30px;
|
|
|
+ } */
|
|
|
|
|
|
.upCss >>> .el-icon-plus {
|
|
|
position: none !important;
|
|
@@ -3073,6 +3083,7 @@
|
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
|
width: 100%;
|
|
|
+ height: 350px;
|
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
|
}
|