Browse Source

修改pcb bug

yangc 7 years ago
parent
commit
515beaeb8d
2 changed files with 3 additions and 2 deletions
  1. 2 2
      assets/scss/common.scss
  2. 1 0
      components/pcb/search/GoodList.vue

+ 2 - 2
assets/scss/common.scss

@@ -668,11 +668,11 @@ input[type="number"]{
 }
 
 .fl {
-  float: left;
+  float: left !important;
 }
 
 .fr {
-  float: right;
+  float: right !important;
 }
 /*new 标签*/
 @keyframes newAnimate {

+ 1 - 0
components/pcb/search/GoodList.vue

@@ -268,6 +268,7 @@
     background: #f4f4f4;
     padding: 5px 31px 0 14px;
     margin-bottom: 20px;
+    line-height: normal;
     .item {
       width: 74px;
       height: 24px;