Browse Source

器件选型过滤条件点击之后隐藏

yangc 8 years ago
parent
commit
6d677a6c6d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      components/product/CategoryProperty.vue

+ 2 - 1
components/product/CategoryProperty.vue

@@ -172,6 +172,7 @@
         this.selectedProduct['a' + propertyId] = item
         this.JSONObj[propertyId] = item.value
         this.$emit('loadCmpGoodsByTypeEvent', JSON.stringify(this.JSONObj), this.selectedBrand.id)
+        this.list_exp_flag = false
       },
       use_exp_list: function (pro, index) {
         this.selectedProperties = pro
@@ -694,7 +695,7 @@
   }
   .drop-down-list{
     font-size: 14px;
-    min-width: 100px;
+    min-width: 140px;
     line-height: 1.75;
     background: #fff;
     text-align:center;