he wei
2023-12-23 fc842d9e22aef1946df050257be41b4bfbd838a9
src/views/powerCabinetControl/index.vue
@@ -183,7 +183,6 @@
      checkList1_gp: param_gp.map(() => false),
      checkList2_acdc: [],
      checkList2_gp: [],
      ips: [{ ip: "192.168.10.222" }, { ip: "255.0.0.0" }, { ip: "0.0.0.0" }],
    };
  },
  created() {
@@ -409,11 +408,11 @@
    box-shadow: none;
    display: flex;
    flex-direction: column;
    /deep/ .el-tabs__header {
    :deep(.el-tabs__header) {
      border: 0 none;
      background-color: transparent;
    }
    /deep/ .el-tabs__content {
    :deep(.el-tabs__content) {
      flex: 1;
      padding: 4px;
      .el-tab-pane {
@@ -431,7 +430,7 @@
    .tab-content {
      height: 100%;
    }
    /deep/ .el-tabs__header .el-tabs__item {
    :deep(.el-tabs__header) .el-tabs__item {
      background: #78eef8;
      color: #000;
      border-radius: 4px;
@@ -515,7 +514,7 @@
        flex: 1;
        display: flex;
        justify-content: space-between;
        /deep/ .gradient-btn {
        :deep(.gradient-btn) {
          min-width: 110px;
        }
      }