heyujie
2022-01-28 9ca36901bf15c4daf89baf7d9cd1fd487bce8a96
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;
      // }
    }
  }
}