@steedos-widgets/amis-object 6.10.53-beta.5 → 6.10.53-beta.7

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.
@@ -1412,6 +1412,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1412
1412
  .slds-filters__body .flow-select .antd-TreeSelect-popove {
1413
1413
  position: relative;
1414
1414
  }
1415
+ .slds-filters__body .flow-select .antd-TreeSelect-popover > .antd-Tree {
1416
+ max-height: 300px;
1417
+ }
1415
1418
  @media (max-width: 767px) {
1416
1419
  .set-next-steps-users {
1417
1420
  margin-top: 0.5rem !important;
@@ -1517,6 +1520,38 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1517
1520
  max-height: none;
1518
1521
  overflow-y: visible;
1519
1522
  }
1523
+ @media print {
1524
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-container {
1525
+ display: inline-block !important;
1526
+ width: 104px !important;
1527
+ height: 104px !important;
1528
+ }
1529
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item {
1530
+ display: flex !important;
1531
+ width: 100% !important;
1532
+ height: 100% !important;
1533
+ padding: 8px !important;
1534
+ }
1535
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-thumbnail {
1536
+ display: block !important;
1537
+ width: 100% !important;
1538
+ height: 100% !important;
1539
+ overflow: hidden !important;
1540
+ }
1541
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-name {
1542
+ display: none !important;
1543
+ }
1544
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-actions {
1545
+ display: none !important;
1546
+ }
1547
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-image {
1548
+ display: block !important;
1549
+ width: 100% !important;
1550
+ height: 100% !important;
1551
+ -o-object-fit: contain !important;
1552
+ object-fit: contain !important;
1553
+ }
1554
+ }
1520
1555
 
1521
1556
  .amis-object-field-lookup .lookup-left {
1522
1557
  max-width: 50% !important;
@@ -2802,6 +2837,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2802
2837
  padding-left: 0rem !important;
2803
2838
  border-left: 0px;
2804
2839
  }
2840
+ .steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Table-table thead tr th:not(.antd-Table-operationCell) {
2841
+ padding-left: 8px !important;
2842
+ padding-right: 8px !important;
2843
+ }
2844
+ .steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static > .antd-Form-control {
2845
+ padding-left: 0 !important;
2846
+ padding-right: 0 !important;
2847
+ }
2848
+ .steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static.antd-Form-control {
2849
+ padding-left: 0 !important;
2850
+ padding-right: 0 !important;
2851
+ }
2805
2852
  .steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
2806
2853
  padding-left: 0.75rem !important;
2807
2854
  }