@jiaozhiye/qm-design-react 1.7.30 → 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.
@@ -325,7 +325,8 @@ mark {
325
325
  content: '';
326
326
  }
327
327
  .anticon {
328
- display: inline-block;
328
+ display: inline-flex;
329
+ align-items: center;
329
330
  color: inherit;
330
331
  font-style: normal;
331
332
  line-height: 0;
@@ -15425,7 +15426,8 @@ textarea.ant-input-number {
15425
15426
  }
15426
15427
  .ant-input-number-handler-up-inner,
15427
15428
  .ant-input-number-handler-down-inner {
15428
- display: inline-block;
15429
+ display: inline-flex;
15430
+ align-items: center;
15429
15431
  color: inherit;
15430
15432
  font-style: normal;
15431
15433
  line-height: 0;
@@ -19920,7 +19922,8 @@ span.ant-radio + * {
19920
19922
  text-rendering: optimizelegibility;
19921
19923
  -webkit-font-smoothing: antialiased;
19922
19924
  -moz-osx-font-smoothing: grayscale;
19923
- display: inline-block;
19925
+ display: inline-flex;
19926
+ align-items: center;
19924
19927
  color: rgba(0, 0, 0, 0.45);
19925
19928
  font-weight: bold;
19926
19929
  font-size: 10px;
@@ -20018,10 +20021,6 @@ span.ant-radio + * {
20018
20021
  .ant-select-multiple.ant-select-sm .ant-select-selection-search {
20019
20022
  margin-inline-start: 3px;
20020
20023
  }
20021
- .ant-select-multiple.ant-select-lg .ant-select-selection-item {
20022
- height: 24px;
20023
- line-height: 24px;
20024
- }
20025
20024
  .ant-select-disabled .ant-select-selection-item-remove {
20026
20025
  display: none;
20027
20026
  }
@@ -20160,7 +20159,7 @@ span.ant-radio + * {
20160
20159
  }
20161
20160
  }
20162
20161
  .ant-select-arrow {
20163
- display: inline-block;
20162
+ display: inline-flex;
20164
20163
  color: inherit;
20165
20164
  font-style: normal;
20166
20165
  line-height: 0;