|
@@ -596,7 +596,7 @@ export default {
|
|
|
|
|
|
this.courseDetail = res.data[0][0];
|
|
|
|
|
|
- // this.dialogVisible = true;
|
|
|
+ // this.dialogVisible = true;
|
|
|
this.dialogVisible3 = true;
|
|
|
})
|
|
|
.catch((err) => {
|
|
@@ -785,6 +785,9 @@ export default {
|
|
|
.add_work >>> .el-dialog__footer {
|
|
|
text-align: center !important;
|
|
|
}
|
|
|
+.add_work >>> .el-dialog {
|
|
|
+ min-width: 650px !important;
|
|
|
+}
|
|
|
.header-title {
|
|
|
display: flex;
|
|
|
}
|
|
@@ -904,7 +907,8 @@ export default {
|
|
|
.comment {
|
|
|
margin: 20px 0 0 10px;
|
|
|
overflow: auto;
|
|
|
- height: 400px;
|
|
|
+ height: 75%;
|
|
|
+ max-height: 330px;
|
|
|
}
|
|
|
.comment > .comment_title {
|
|
|
font-size: 18px;
|
|
@@ -920,7 +924,7 @@ export default {
|
|
|
}
|
|
|
.nav {
|
|
|
margin-left: 5px;
|
|
|
- width: 200px;
|
|
|
+ width: 80%;
|
|
|
}
|
|
|
.nameAndTime {
|
|
|
display: flex;
|
|
@@ -936,7 +940,7 @@ export default {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
.otherAnswer {
|
|
|
- width: 210px;
|
|
|
+ width: 80%;
|
|
|
word-wrap: break-word;
|
|
|
word-break: break-all;
|
|
|
overflow: hidden;
|
|
@@ -1077,11 +1081,15 @@ export default {
|
|
|
.left {
|
|
|
width: 60%;
|
|
|
margin-right: 10px;
|
|
|
+ min-width: 350px;
|
|
|
+ min-height: 425px;
|
|
|
}
|
|
|
|
|
|
.right {
|
|
|
width: 40%;
|
|
|
- height: 450px;
|
|
|
+ height: 75%;
|
|
|
+ min-width: 230px;
|
|
|
+ min-height: 370px;
|
|
|
}
|
|
|
|
|
|
.courseTitle {
|
|
@@ -1114,6 +1122,8 @@ export default {
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
+ min-width: 585px;
|
|
|
+ min-height: 425px;
|
|
|
}
|
|
|
|
|
|
.rbButtom {
|