@jiaozhiye/qm-design-react 1.7.31 → 1.7.32

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.
@@ -378,7 +378,8 @@ mark {
378
378
  content: '';
379
379
  }
380
380
  .anticon {
381
- display: inline-block;
381
+ display: inline-flex;
382
+ align-items: center;
382
383
  color: inherit;
383
384
  font-style: normal;
384
385
  line-height: 0;
@@ -15682,7 +15683,8 @@ textarea.ant-input-number {
15682
15683
  }
15683
15684
  .ant-input-number-handler-up-inner,
15684
15685
  .ant-input-number-handler-down-inner {
15685
- display: inline-block;
15686
+ display: inline-flex;
15687
+ align-items: center;
15686
15688
  color: inherit;
15687
15689
  font-style: normal;
15688
15690
  line-height: 0;
@@ -20287,7 +20289,8 @@ span.ant-radio + * {
20287
20289
  text-rendering: optimizelegibility;
20288
20290
  -webkit-font-smoothing: antialiased;
20289
20291
  -moz-osx-font-smoothing: grayscale;
20290
- display: inline-block;
20292
+ display: inline-flex;
20293
+ align-items: center;
20291
20294
  color: rgba(0, 0, 0, 0.45);
20292
20295
  font-weight: bold;
20293
20296
  font-size: 10px;
@@ -20388,10 +20391,6 @@ span.ant-radio + * {
20388
20391
  -webkit-margin-start: 3px;
20389
20392
  margin-inline-start: 3px;
20390
20393
  }
20391
- .ant-select-multiple.ant-select-lg .ant-select-selection-item {
20392
- height: 32px;
20393
- line-height: 32px;
20394
- }
20395
20394
  .ant-select-disabled .ant-select-selection-item-remove {
20396
20395
  display: none;
20397
20396
  }
@@ -20532,7 +20531,7 @@ span.ant-radio + * {
20532
20531
  }
20533
20532
  }
20534
20533
  .ant-select-arrow {
20535
- display: inline-block;
20534
+ display: inline-flex;
20536
20535
  color: inherit;
20537
20536
  font-style: normal;
20538
20537
  line-height: 0;