dcp-design-react 1.11.21 → 1.11.23
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/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +2 -1
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/hooks/useTableMemo.d.ts +1 -0
- package/lib/table/style/body.less +104 -103
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -29910,7 +29910,8 @@ body {
|
|
|
29910
29910
|
position: relative;
|
|
29911
29911
|
}
|
|
29912
29912
|
.body--column .cell--edit.is-error .ant-input,
|
|
29913
|
-
.body--column .cell--edit.is-error .ant-input-affix-wrapper
|
|
29913
|
+
.body--column .cell--edit.is-error .ant-input-affix-wrapper,
|
|
29914
|
+
.body--column .cell--edit.is-error .ant-select > .ant-select-selector {
|
|
29914
29915
|
border-color: #ff4d4f;
|
|
29915
29916
|
box-shadow: none;
|
|
29916
29917
|
z-index: 1;
|