@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.
- package/lib/antd/Calendar.d.ts +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/compact.css +10 -8
- package/lib/style/compact.min.css +1 -1
- package/lib/style/index.css +10 -8
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/context/index.d.ts +1 -1
- package/lib/table/src/hooks/useTableCore.d.ts +2 -2
- package/lib/table/src/hooks/useTableMemo.d.ts +1 -1
- package/lib/table/src/table/props.d.ts +3 -0
- package/lib/table/src/table/types.d.ts +4 -1
- package/package.json +2 -2
package/lib/style/index.css
CHANGED
|
@@ -6329,7 +6329,6 @@ textarea.ant-picker-input > input {
|
|
|
6329
6329
|
.ant-picker-range-arrow {
|
|
6330
6330
|
position: absolute;
|
|
6331
6331
|
z-index: 1;
|
|
6332
|
-
display: none;
|
|
6333
6332
|
width: 11.3137085px;
|
|
6334
6333
|
height: 11.3137085px;
|
|
6335
6334
|
margin-left: 16.5px;
|
|
@@ -14145,6 +14144,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
14145
14144
|
padding: 0;
|
|
14146
14145
|
}
|
|
14147
14146
|
.ant-input-affix-wrapper::before {
|
|
14147
|
+
display: inline-block;
|
|
14148
14148
|
width: 0;
|
|
14149
14149
|
visibility: hidden;
|
|
14150
14150
|
content: '\a0';
|
|
@@ -14607,9 +14607,8 @@ textarea.ant-input {
|
|
|
14607
14607
|
vertical-align: top;
|
|
14608
14608
|
border-radius: 0;
|
|
14609
14609
|
}
|
|
14610
|
-
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper
|
|
14611
|
-
|
|
14612
|
-
}
|
|
14610
|
+
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
|
|
14611
|
+
.ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
|
|
14613
14612
|
.ant-input-group.ant-input-group-compact > .ant-picker-range {
|
|
14614
14613
|
display: inline-flex;
|
|
14615
14614
|
}
|
|
@@ -15096,6 +15095,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
15096
15095
|
padding: 0;
|
|
15097
15096
|
}
|
|
15098
15097
|
.ant-input-number-affix-wrapper::before {
|
|
15098
|
+
display: inline-block;
|
|
15099
15099
|
width: 0;
|
|
15100
15100
|
visibility: hidden;
|
|
15101
15101
|
content: '\a0';
|
|
@@ -15523,9 +15523,8 @@ textarea.ant-input-number {
|
|
|
15523
15523
|
vertical-align: top;
|
|
15524
15524
|
border-radius: 0;
|
|
15525
15525
|
}
|
|
15526
|
-
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper
|
|
15527
|
-
|
|
15528
|
-
}
|
|
15526
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
|
|
15527
|
+
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
|
|
15529
15528
|
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
|
|
15530
15529
|
display: inline-flex;
|
|
15531
15530
|
}
|
|
@@ -18962,7 +18961,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18962
18961
|
top: 0;
|
|
18963
18962
|
left: 0;
|
|
18964
18963
|
z-index: 1030;
|
|
18965
|
-
max-width:
|
|
18964
|
+
max-width: 100vw;
|
|
18966
18965
|
font-weight: normal;
|
|
18967
18966
|
white-space: normal;
|
|
18968
18967
|
text-align: left;
|
|
@@ -20234,6 +20233,7 @@ span.ant-radio + * {
|
|
|
20234
20233
|
width: 0;
|
|
20235
20234
|
margin: 2px 0;
|
|
20236
20235
|
line-height: 24px;
|
|
20236
|
+
visibility: hidden;
|
|
20237
20237
|
content: '\a0';
|
|
20238
20238
|
}
|
|
20239
20239
|
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
|
@@ -21354,6 +21354,7 @@ span.ant-radio + * {
|
|
|
21354
21354
|
position: absolute;
|
|
21355
21355
|
display: none;
|
|
21356
21356
|
color: var(--ant-primary-color);
|
|
21357
|
+
font-size: 0;
|
|
21357
21358
|
text-align: center;
|
|
21358
21359
|
vertical-align: middle;
|
|
21359
21360
|
opacity: 0;
|
|
@@ -21388,6 +21389,7 @@ span.ant-radio + * {
|
|
|
21388
21389
|
top: 50%;
|
|
21389
21390
|
width: 100%;
|
|
21390
21391
|
padding-top: 5px;
|
|
21392
|
+
font-size: 14px;
|
|
21391
21393
|
text-shadow: 0 1px 2px #fff;
|
|
21392
21394
|
}
|
|
21393
21395
|
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
|