@steedos-widgets/amis-object 6.10.52-beta.15 → 6.10.52-beta.17
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.
package/dist/amis-object.umd.css
CHANGED
|
@@ -2439,6 +2439,28 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2439
2439
|
.approval-drawer .antd-Drawer-content {
|
|
2440
2440
|
display: block !important;
|
|
2441
2441
|
height: auto !important;
|
|
2442
|
+
max-height: 85vh;
|
|
2443
|
+
overflow-y: auto;
|
|
2444
|
+
}
|
|
2445
|
+
.approval-drawer .antd-Drawer-content:has(.approval-drawer-wizard) {
|
|
2446
|
+
overflow-y: hidden;
|
|
2447
|
+
}
|
|
2448
|
+
.approval-drawer .approval-drawer-wizard {
|
|
2449
|
+
display: flex !important;
|
|
2450
|
+
flex-direction: column;
|
|
2451
|
+
max-height: calc(85vh - 40px);
|
|
2452
|
+
overflow: hidden;
|
|
2453
|
+
}
|
|
2454
|
+
.approval-drawer .approval-drawer-wizard .antd-Wizard-step {
|
|
2455
|
+
display: flex;
|
|
2456
|
+
flex-direction: column;
|
|
2457
|
+
flex: 1;
|
|
2458
|
+
min-height: 0;
|
|
2459
|
+
}
|
|
2460
|
+
.approval-drawer .approval-drawer-wizard .antd-Wizard-stepContent {
|
|
2461
|
+
flex: 1;
|
|
2462
|
+
min-height: 0;
|
|
2463
|
+
overflow-y: auto;
|
|
2442
2464
|
}
|
|
2443
2465
|
.steedos-amis-instance-view .antd-PullRefresh {
|
|
2444
2466
|
height: 100%;
|