吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
applications/task-work-order/src/styles/common/cockpit.scss
@@ -556,13 +556,6 @@
        }
      }
    }
    .el-upload {
      button {
        background: #4C34FF;
        border: none;
      }
    }
  }
  .el-dialog__footer {
@@ -1035,18 +1028,6 @@
  }
}
.gd-tabs {
  .el-tabs__header {
    .el-tabs__item.is-active {
      color: #3247E5;
    }
    .el-tabs__active-bar {
      background: #3247E5;
    }
  }
}
.gd-dialog-table {
  background: transparent !important;
@@ -1211,6 +1192,19 @@
  //  .el-form-item:nth-last-child(1) {
  //   margin-bottom: 0;
  // }
  .gd-select {
    .el-select__wrapper {
      height: 36px;
    }
  }
  .gd-date-picker {
    height: 36px;
  }
  .gd-input {
    height: 36px;
  }
  .el-input,
  .el-input-number {
    min-width: 200px;
@@ -1222,10 +1216,11 @@
    .el-input__inner {
      text-align: left;
      color: #383874;
      &::placeholder {
        text-align: left;
      }
    }
  }
}
}