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

Sign up to get free protection for your applications and to get access to all the features.
@@ -127,14 +127,16 @@
127
127
 
128
128
  .custom_box_main_layout {
129
129
  display: flex;
130
- flex: auto 1 1;
130
+ flex: 1 1 auto;
131
131
  flex-direction: column;
132
132
  justify-content: space-between;
133
+ overflow: auto;
133
134
  }
134
135
 
135
136
  .custom_box_main {
136
137
  margin-top: 8px;
137
138
  background-color: #fafafa;
139
+ overflow: auto;
138
140
  }
139
141
 
140
142
  .custom_box_main_empty {
@@ -149,10 +151,14 @@
149
151
 
150
152
  .custom_box_page {
151
153
  display: flex;
152
- flex-basis: 40px;
153
154
  justify-content: flex-end;
154
155
  width: 100%;
155
156
  background-color: #fff;
157
+ position: absolute;
158
+ bottom: 0;
159
+ height: 40px;
160
+ flex: 1;
161
+ align-items: center;
156
162
  }
157
163
  .bottom-actions {
158
164
  display: flex;
@@ -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.7",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",