Browse Source

手机求购

yangc 7 years ago
parent
commit
a058a9d6a7

+ 1 - 1
assets/scss/mobileCommon.scss

@@ -278,7 +278,7 @@ input {
 }
 /*报价info*/
 .base-info {
-  width: 7.17rem;
+  //width: 7.17rem;
   margin: 0 auto .18rem;
   background: #fff;
   padding: 0 29px;

+ 2 - 0
components/mobile/applyPurchase/SayPrice.vue

@@ -275,11 +275,13 @@
       left: 3%;
       right: 3%;
       width: auto;
+      bottom: 3%;
       .say-price {
         background: #f3f3f3;
         padding: .18rem 0;
         width: 100%;
         overflow-y: auto;
+        height: 90%;
         .form-list {
           height: 7.53rem;
           background: #fff;

+ 2 - 2
components/mobile/applyPurchase/SayPriceInfo.vue

@@ -200,14 +200,14 @@
       top: 5%;
       left: 3%;
       right: 3%;
-      bottom: 3%;
-      overflow-y: auto;
+      bottom: 5%;
       width: auto;
       .say-price-info {
         background: #f3f3f3;
         padding: .18rem 0;
         width: 100%;
         overflow-y: auto;
+        height: 90%;
         .base-info {
           &.say-info {
             height: 4.54rem;

+ 2 - 1
package.json

@@ -18,7 +18,8 @@
     "jsonp": "^0.2.1",
     "nuxt": "0.10.6",
     "vue-awesome-swiper": "^2.5.4",
-    "vue2-filters": "^0.1.9"
+    "vue2-filters": "^0.1.9",
+    "node-sass": "^4.5.3"
   },
   "scripts": {
     "dev": "nodemon --exec node server.js",