index.less 644 Bytes
#root .global_number {
  .ant-formily-item {
    &-label {
      font-weight: 500;
      color: #1d2129;
    }

    &-control {
      &-content {
        &-component {
          line-height: 0 !important;

          .ant-input-number {
            border-color: #ebeef5;
            border-radius: 2px;

            &-input {
              padding: 6px 13px;
              height: 34px;

              &-wrap {
                > input::placeholder {
                  color: #ccc;
                  font-weight: 400;
                  line-height: 34px;
                }
              }
            }
          }
        }
      }
    }
  }
}