kmkf-work-order-service-component 0.2.2 → 0.2.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.
@@ -172,7 +172,7 @@
172
172
  }
173
173
 
174
174
  .payment_box_main_ks {
175
- height: calc(100vh - 380px);
175
+ height: calc(100vh - 436px);
176
176
  }
177
177
 
178
178
  .custom_box_page {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",