@zat-design/sisyphus-react 3.3.1-beta.2 → 3.3.1-beta.4
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/dist/index.esm.css +1 -0
- package/es/ProForm/components/combination/Group/index.js +0 -1
- package/es/ProTable/style/index.less +1 -0
- package/es/ProUpload/components/DragRender.js +1 -2
- package/lib/ProForm/components/combination/Group/index.js +0 -1
- package/lib/ProTable/style/index.less +1 -0
- package/lib/ProUpload/components/DragRender.js +1 -2
- package/package.json +1 -1
package/dist/index.esm.css
CHANGED
|
@@ -1634,6 +1634,7 @@
|
|
|
1634
1634
|
}
|
|
1635
1635
|
.pro-table .ant-table-body .ant-table-tbody .ant-table-row:nth-child(odd).new-cell td {
|
|
1636
1636
|
background: #d2fff4 !important;
|
|
1637
|
+
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
|
1637
1638
|
}
|
|
1638
1639
|
.pro-table .ant-table-body .ant-table-cell .varied-cell {
|
|
1639
1640
|
margin-left: -8px;
|
|
@@ -53,7 +53,6 @@ var Group = function Group(props) {
|
|
|
53
53
|
return item === null || item === void 0 ? void 0 : (_item$fieldProps = item.fieldProps) === null || _item$fieldProps === void 0 ? void 0 : (_item$fieldProps$styl = _item$fieldProps.style) === null || _item$fieldProps$styl === void 0 ? void 0 : _item$fieldProps$styl.width;
|
|
54
54
|
})
|
|
55
55
|
}, "".concat(className), className));
|
|
56
|
-
console.log('name', name, data);
|
|
57
56
|
return _jsx("div", {
|
|
58
57
|
className: _className,
|
|
59
58
|
children: space.compact || (space === null || space === void 0 ? void 0 : space.separator) ? _jsx(_Space.Compact, {
|
|
@@ -52,8 +52,7 @@ var DragRender = function DragRender(props) {
|
|
|
52
52
|
*/
|
|
53
53
|
var handleReSelect = function handleReSelect(file) {
|
|
54
54
|
if (disabled) return;
|
|
55
|
-
|
|
56
|
-
setFileList([]);
|
|
55
|
+
handleDelFile(file);
|
|
57
56
|
setTimeout(function () {
|
|
58
57
|
refReSelect.current.click();
|
|
59
58
|
}, 1);
|
|
@@ -57,7 +57,6 @@ var Group = function Group(props) {
|
|
|
57
57
|
return item === null || item === void 0 ? void 0 : (_item$fieldProps = item.fieldProps) === null || _item$fieldProps === void 0 ? void 0 : (_item$fieldProps$styl = _item$fieldProps.style) === null || _item$fieldProps$styl === void 0 ? void 0 : _item$fieldProps$styl.width;
|
|
58
58
|
})
|
|
59
59
|
}, "".concat(className), className));
|
|
60
|
-
console.log('name', name, data);
|
|
61
60
|
return (0, _jsxRuntime.jsx)("div", {
|
|
62
61
|
className: _className,
|
|
63
62
|
children: space.compact || (space === null || space === void 0 ? void 0 : space.separator) ? (0, _jsxRuntime.jsx)(_antd.Space.Compact, {
|
|
@@ -58,8 +58,7 @@ var DragRender = function DragRender(props) {
|
|
|
58
58
|
*/
|
|
59
59
|
var handleReSelect = function handleReSelect(file) {
|
|
60
60
|
if (disabled) return;
|
|
61
|
-
|
|
62
|
-
setFileList([]);
|
|
61
|
+
handleDelFile(file);
|
|
63
62
|
setTimeout(function () {
|
|
64
63
|
refReSelect.current.click();
|
|
65
64
|
}, 1);
|