@steedos-widgets/amis-object 6.10.45 → 6.10.46

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.
@@ -2525,3 +2525,12 @@ div[name="instanceForm"] .sfield-item {
2525
2525
  .steedos-record-selected span {
2526
2526
  color: var(--Table-onChecked-color) !important;
2527
2527
  }
2528
+ .steedos-listview-split-max-height {
2529
+ overflow: hidden;
2530
+ }
2531
+ .steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
2532
+ max-height: calc(100vh - 190px);
2533
+ }
2534
+ .steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
2535
+ max-height: calc(100vh - 160px);
2536
+ }