kmkf-work-order-service-component 0.3.6-alpha.1 → 0.3.6-alpha.3

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.
@@ -94,7 +94,7 @@ var SingleShopWorkOrder = function SingleShopWorkOrder() {
94
94
 
95
95
  return /*#__PURE__*/_jsxs(Spin, {
96
96
  spinning: loading,
97
- children: [/*#__PURE__*/_jsx("div", {
97
+ children: [(templateList === null || templateList === void 0 ? void 0 : templateList.length) > 0 ? /*#__PURE__*/_jsx(Empty, {}) : /*#__PURE__*/_jsx("div", {
98
98
  className: "single-shop-template-list",
99
99
  children: templateList === null || templateList === void 0 ? void 0 : templateList.map(function (t) {
100
100
  return /*#__PURE__*/_jsx("div", {
@@ -14,4 +14,5 @@
14
14
  }
15
15
  .list-container {
16
16
  margin-top: 16px;
17
+ padding: 8px 12px;
17
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.3.6-alpha.1",
3
+ "version": "0.3.6-alpha.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",