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

Sign up to get free protection for your applications and to get access to all the features.
@@ -127,14 +127,17 @@
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;
140
+ margin-bottom: 40px;
138
141
  }
139
142
 
140
143
  .custom_box_main_empty {
@@ -149,10 +152,14 @@
149
152
 
150
153
  .custom_box_page {
151
154
  display: flex;
152
- flex-basis: 40px;
153
155
  justify-content: flex-end;
154
156
  width: 100%;
155
157
  background-color: #fff;
158
+ position: absolute;
159
+ bottom: 0;
160
+ height: 40px;
161
+ flex: 1;
162
+ align-items: center;
156
163
  }
157
164
  .bottom-actions {
158
165
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.5.0-alpha.6",
3
+ "version": "0.5.0-alpha.8",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",