@jiaozhiye/qm-design-react 1.7.16 → 1.7.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6161,7 +6161,6 @@ textarea.ant-picker-input > input {
6161
6161
  .ant-picker-range-arrow {
6162
6162
  position: absolute;
6163
6163
  z-index: 1;
6164
- display: none;
6165
6164
  width: 11.3137085px;
6166
6165
  height: 11.3137085px;
6167
6166
  margin-left: 10.5px;
@@ -13956,6 +13955,7 @@ textarea.ant-input-affix-wrapper {
13956
13955
  padding: 0;
13957
13956
  }
13958
13957
  .ant-input-affix-wrapper::before {
13958
+ display: inline-block;
13959
13959
  width: 0;
13960
13960
  visibility: hidden;
13961
13961
  content: '\a0';
@@ -14390,9 +14390,8 @@ textarea.ant-input {
14390
14390
  vertical-align: top;
14391
14391
  border-radius: 0;
14392
14392
  }
14393
- .ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
14394
- display: inline-flex;
14395
- }
14393
+ .ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
14394
+ .ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
14396
14395
  .ant-input-group.ant-input-group-compact > .ant-picker-range {
14397
14396
  display: inline-flex;
14398
14397
  }
@@ -14868,6 +14867,7 @@ textarea.ant-input-number-affix-wrapper {
14868
14867
  padding: 0;
14869
14868
  }
14870
14869
  .ant-input-number-affix-wrapper::before {
14870
+ display: inline-block;
14871
14871
  width: 0;
14872
14872
  visibility: hidden;
14873
14873
  content: '\a0';
@@ -15266,9 +15266,8 @@ textarea.ant-input-number {
15266
15266
  vertical-align: top;
15267
15267
  border-radius: 0;
15268
15268
  }
15269
- .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
15270
- display: inline-flex;
15271
- }
15269
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
15270
+ .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
15272
15271
  .ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
15273
15272
  display: inline-flex;
15274
15273
  }
@@ -18609,7 +18608,7 @@ textarea.ant-pagination-options-quick-jumper input {
18609
18608
  top: 0;
18610
18609
  left: 0;
18611
18610
  z-index: 1030;
18612
- max-width: 100%;
18611
+ max-width: 100vw;
18613
18612
  font-weight: normal;
18614
18613
  white-space: normal;
18615
18614
  text-align: left;
@@ -19872,6 +19871,7 @@ span.ant-radio + * {
19872
19871
  width: 0;
19873
19872
  margin: 3px 0;
19874
19873
  line-height: 22px;
19874
+ visibility: hidden;
19875
19875
  content: '\a0';
19876
19876
  }
19877
19877
  .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
@@ -20979,6 +20979,7 @@ span.ant-radio + * {
20979
20979
  position: absolute;
20980
20980
  display: none;
20981
20981
  color: #1890ff;
20982
+ font-size: 0;
20982
20983
  text-align: center;
20983
20984
  vertical-align: middle;
20984
20985
  opacity: 0;
@@ -21013,6 +21014,7 @@ span.ant-radio + * {
21013
21014
  top: 50%;
21014
21015
  width: 100%;
21015
21016
  padding-top: 6px;
21017
+ font-size: 12px;
21016
21018
  text-shadow: 0 1px 2px #fff;
21017
21019
  }
21018
21020
  .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {