kmkf-work-order-service-component 0.5.0-alpha.5 → 0.5.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -103,12 +103,6 @@
103
103
  }
104
104
  }
105
105
 
106
- .custom_box_main {
107
- height: calc(100vh - 338px);
108
- overflow: auto;
109
- background-color: #fafafa;
110
- }
111
-
112
106
  .custom_box_main_fxg {
113
107
  height: calc(100vh - 446px);
114
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.5.0-alpha.5",
3
+ "version": "0.5.0-alpha.6",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",