kmkf-work-order-service-component 0.5.0-alpha.10 → 0.5.0-alpha.11
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.
@@ -246,6 +246,9 @@ var CustomizeWorkOrderList = function CustomizeWorkOrderList(_ref4) {
|
|
246
246
|
};
|
247
247
|
|
248
248
|
var searchForm = /*#__PURE__*/_jsxs("div", {
|
249
|
+
style: {
|
250
|
+
marginTop: '8px'
|
251
|
+
},
|
249
252
|
children: [/*#__PURE__*/_jsx(Form, {
|
250
253
|
form: form,
|
251
254
|
className: "customizeSearch ".concat(open ? 'open' : 'close'),
|