@jiaozhiye/qm-design-react 1.8.7 → 1.8.9
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/index.d.ts +2 -0
- package/lib/form/src/types.d.ts +1 -0
- package/lib/guide-tracker/src/guideTracker.d.ts +3 -2
- package/lib/guide-tracker/src/lib/index.d.ts +1 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/search-tree/src/search-tree.d.ts +2 -2
- package/lib/style/compact.css +2 -2
- package/lib/style/compact.min.css +1 -1
- package/lib/style/index.css +2 -2
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/tollbox.less +38 -38
- package/lib/tour/src/placements.d.ts +4 -4
- package/lib/upload-img/src/cropper-preview.d.ts +1 -0
- package/lib/upload-img/src/upload-img.d.ts +1 -0
- package/package.json +2 -2
package/lib/style/index.css
CHANGED
|
@@ -5946,7 +5946,7 @@ a.ant-btn-sm {
|
|
|
5946
5946
|
margin-left: 0;
|
|
5947
5947
|
}
|
|
5948
5948
|
.ant-picker-status-error.ant-picker,
|
|
5949
|
-
.ant-picker-status-error.ant-picker:not(
|
|
5949
|
+
.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
|
|
5950
5950
|
background-color: #fff;
|
|
5951
5951
|
border-color: var(--ant-error-color);
|
|
5952
5952
|
}
|
|
@@ -5961,7 +5961,7 @@ a.ant-btn-sm {
|
|
|
5961
5961
|
background: var(--ant-error-color-hover);
|
|
5962
5962
|
}
|
|
5963
5963
|
.ant-picker-status-warning.ant-picker,
|
|
5964
|
-
.ant-picker-status-warning.ant-picker:not(
|
|
5964
|
+
.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
|
|
5965
5965
|
background-color: #fff;
|
|
5966
5966
|
border-color: var(--ant-warning-color);
|
|
5967
5967
|
}
|