Browse Source

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan 3 years ago
parent
commit
4ef4ebc0f7
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/components/Post.vue

+ 7 - 2
src/components/Post.vue

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