|
@@ -273,11 +273,14 @@ export default {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+// .assignmentPostBg{
|
|
|
|
|
+// border-top-left-radius: 0px;
|
|
|
|
|
+// border-top-right-radius: 0px;
|
|
|
|
|
+// }
|
|
|
.content {
|
|
.content {
|
|
|
width: 80vw;
|
|
width: 80vw;
|
|
|
background: @bg;
|
|
background: @bg;
|
|
|
- border-radius: 30px;
|
|
|
|
|
|
|
+ // border-radius: 30px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
@@ -441,6 +444,8 @@ export default {
|
|
|
.detailImg {
|
|
.detailImg {
|
|
|
width: 80vw;
|
|
width: 80vw;
|
|
|
height: 80vw;
|
|
height: 80vw;
|
|
|
|
|
+ border-top-left-radius: 0px !important;
|
|
|
|
|
+ border-top-right-radius: 0px !important;
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
.tabs {
|
|
.tabs {
|