.ant-input-disabled {
    color: #666666!important;
  }
  .ant-input[disabled] {
    color: #666666!important;
  }
  .ant-input-number-disabled {
    color: #666666!important;
  }
  .ant-input-number[disabled] {
    color: #666666!important;
  }
  .ant-cascader-picker-disabled {
    color: #666666!important;
  }
  .ant-cascader-picker[disabled] {
    color: #666666!important;
  }
  .ant-select-disabled {
    color: #666666!important;
  }
  .ant-select[disabled] {
    color: #666666!important;
  }
  .ant-time-picker-input[disabled] {
    color: #666666!important;
  }