x-star-design 0.0.28 → 0.0.29
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.
|
@@ -47,7 +47,7 @@ var SingleDataConfig = function SingleDataConfig() {
|
|
|
47
47
|
}), /*#__PURE__*/React.createElement(InputNumber, null))), /*#__PURE__*/React.createElement(MinusCircleOutlined, {
|
|
48
48
|
className: "dynamic-delete-button",
|
|
49
49
|
style: {
|
|
50
|
-
lineHeight:
|
|
50
|
+
lineHeight: '32px',
|
|
51
51
|
height: 32
|
|
52
52
|
},
|
|
53
53
|
onClick: function onClick() {
|
|
@@ -51,7 +51,7 @@ var SubTaskConfig = function SubTaskConfig() {
|
|
|
51
51
|
}), /*#__PURE__*/React.createElement(Input, null))), /*#__PURE__*/React.createElement(MinusCircleOutlined, {
|
|
52
52
|
className: "dynamic-delete-button",
|
|
53
53
|
style: {
|
|
54
|
-
lineHeight:
|
|
54
|
+
lineHeight: '32px',
|
|
55
55
|
height: 32
|
|
56
56
|
},
|
|
57
57
|
onClick: function onClick() {
|
|
@@ -87,7 +87,7 @@ var VisualDataConfig = function VisualDataConfig(_ref) {
|
|
|
87
87
|
return _ref2.apply(this, arguments);
|
|
88
88
|
};
|
|
89
89
|
}(),
|
|
90
|
-
className: "".concat(prefix, "
|
|
90
|
+
className: "".concat(prefix, "visualForm")
|
|
91
91
|
}, /*#__PURE__*/React.createElement(Row, {
|
|
92
92
|
justify: "start",
|
|
93
93
|
gutter: [16, 0],
|