Browse Source

修复买家申请发票弹窗拖动

shenjj 7 years ago
parent
commit
2ee76ce921

+ 2 - 0
components/mobile/base/ModalWrapper.vue

@@ -54,5 +54,7 @@
     overflow: hidden;
     height: 100%;
     background: #fff;
+    border-bottom-left-radius: .07rem;
+    border-bottom-right-radius: .07rem;
   }
 </style>

+ 2 - 1
components/mobile/store/StoreDetail.vue

@@ -406,6 +406,7 @@
     background: #f7f7f7;
     top: 5% !important;
   }
+
   .store-detail {
     padding: 0 !important;;
     margin: 0.88rem auto 0rem;
@@ -542,7 +543,7 @@
       }
       .store-description{
         background: #fff;
-        width: 6.96rem;
+        /*width: 6.96rem;*/
         margin: 0 auto .2rem;
         border-radius: .1rem;
         .content {