瀏覽代碼

修改底部分页宽度

zhangxc 6 年之前
父節點
當前提交
09a0e94857
共有 3 個文件被更改,包括 1 次插入13 次删除
  1. 1 1
      src/components/icss/LabelGroup.vue
  2. 0 7
      src/components/icss/SymptomPush.vue
  3. 0 5
      src/components/icss/SymptomTagGroup.vue

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

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

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

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

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

@@ -132,11 +132,6 @@ export default {
     watch: {
     watch: {
         pool(newVal, preVal) {
         pool(newVal, preVal) {
              this.leftTagsList = newVal
              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){
         searchVal(newVal, preVal){
             if(newVal.trim() == ''){
             if(newVal.trim() == ''){