kmkf-work-order-service-component 0.2.1 → 0.2.2

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.
@@ -148,7 +148,7 @@
148
148
  }
149
149
 
150
150
  .custom_box_main_ks {
151
- height: calc(100vh - 482px); // TODO: ks顶部多144px
151
+ height: calc(100vh - 538px); // TODO: ks顶部多144px
152
152
  }
153
153
 
154
154
  .custom_box_main_empty {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",