Forráskód Böngészése

修改底部分页宽度

zhangxc 6 éve
szülő
commit
09a0e94857

+ 1 - 1
src/components/icss/LabelGroup.vue

@@ -232,6 +232,6 @@ export default {
         color: red;
     } 
     .pagination {
-        min-width: 980px;
+        min-width: 1010px;
     }
 </style>

+ 0 - 7
src/components/icss/SymptomPush.vue

@@ -121,7 +121,6 @@ export default {
     },
     watch: {
         pool(newVal, preVal) {
-            console.log('asasdasdas1111')
             if (JSON.stringify(newVal) != JSON.stringify(preVal)) {
                 this.leftTagsList = newVal
             }
@@ -129,7 +128,6 @@ export default {
         tipLis(newVal, preVal) {
             console.log(newVal,preVal)
             if (JSON.stringify(newVal) != JSON.stringify(preVal)) {
-                console.log('asasdasdas')
                 this.currentTipLis = newVal
             }
         },
@@ -140,11 +138,6 @@ export default {
                 this.searchTagList()
             }
         },
-        sexType(newVal, preVal) {
-           
-        },
-
-        
     },
     methods: {
         selectLeftTag(tag, index, e) {

+ 0 - 5
src/components/icss/SymptomTagGroup.vue

@@ -132,11 +132,6 @@ export default {
     watch: {
         pool(newVal, preVal) {
              this.leftTagsList = newVal
-            // console.log('sdsadasdasdasdas11111111', newVal,'asds',preVal)
-            // if (JSON.stringify(newVal) != JSON.stringify(preVal)) {
-            //     console.log('sdsadasdasdasdas')
-            //     //  this.leftTagsList = newVal
-            // }
         },
         searchVal(newVal, preVal){
             if(newVal.trim() == ''){