Parcourir la source

输入框宽度控制

赵志鹏 il y a 1 an
Parent
commit
dd91972c39

+ 1 - 1
src/views/modules/knowledge/album/checkInfo.vue

@@ -327,7 +327,7 @@ export default {
         }
 
         >div:last-child {
-          width: 70%;
+          // width: 70%;
         }
       }
     }

+ 2 - 1
src/views/modules/knowledge/statistics/components/DataShow.vue

@@ -152,7 +152,8 @@ export default {
             "Q_DIM_ID__S_EQ": "1",
             "Q_RANK_LEVEL__S_EQ": null,
             "Q_NAME__S_LK": this.searchValue,
-            "Q_GROUP_ID__S_NEQ": ""
+            "Q_GROUP_ID__S_NEQ": "",
+            // "Q_STATUS__S_EQ":"ENABLED"
           }
         }
         statistics.searchGroups(getData).then(result => {