heyujie
2022-01-27 23fbd7a4c8a3f849de94fa90da4598092dc02c48
src/pages/systemSettings/components/ClusterManagement.vue
@@ -511,7 +511,6 @@
    async search(json) {
      let res = await search(json);
      if (res && res.success) {
        console.log(res, "搜索集群");
        this.searchNum = res.data;
      }
      this.searchDis = true;
@@ -933,9 +932,6 @@
  #h-alaycluster {
    .el-form-item__content {
      text-align: left;
      // input {
      //   max-width: 360px;
      // }
    }
  }
}