@steedos-widgets/amis-object 6.10.53-beta.5 → 6.10.53-beta.6
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
|
@@ -1517,6 +1517,38 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1517
1517
|
max-height: none;
|
|
1518
1518
|
overflow-y: visible;
|
|
1519
1519
|
}
|
|
1520
|
+
@media print {
|
|
1521
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-container {
|
|
1522
|
+
display: inline-block !important;
|
|
1523
|
+
width: 104px !important;
|
|
1524
|
+
height: 104px !important;
|
|
1525
|
+
}
|
|
1526
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item {
|
|
1527
|
+
display: flex !important;
|
|
1528
|
+
width: 100% !important;
|
|
1529
|
+
height: 100% !important;
|
|
1530
|
+
padding: 8px !important;
|
|
1531
|
+
}
|
|
1532
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-thumbnail {
|
|
1533
|
+
display: block !important;
|
|
1534
|
+
width: 100% !important;
|
|
1535
|
+
height: 100% !important;
|
|
1536
|
+
overflow: hidden !important;
|
|
1537
|
+
}
|
|
1538
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-name {
|
|
1539
|
+
display: none !important;
|
|
1540
|
+
}
|
|
1541
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-actions {
|
|
1542
|
+
display: none !important;
|
|
1543
|
+
}
|
|
1544
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-image {
|
|
1545
|
+
display: block !important;
|
|
1546
|
+
width: 100% !important;
|
|
1547
|
+
height: 100% !important;
|
|
1548
|
+
-o-object-fit: contain !important;
|
|
1549
|
+
object-fit: contain !important;
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1520
1552
|
|
|
1521
1553
|
.amis-object-field-lookup .lookup-left {
|
|
1522
1554
|
max-width: 50% !important;
|
|
@@ -2802,6 +2834,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2802
2834
|
padding-left: 0rem !important;
|
|
2803
2835
|
border-left: 0px;
|
|
2804
2836
|
}
|
|
2837
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Table-table thead tr th:not(.antd-Table-operationCell) {
|
|
2838
|
+
padding-left: 8px !important;
|
|
2839
|
+
padding-right: 8px !important;
|
|
2840
|
+
}
|
|
2841
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static > .antd-Form-control {
|
|
2842
|
+
padding-left: 0 !important;
|
|
2843
|
+
padding-right: 0 !important;
|
|
2844
|
+
}
|
|
2845
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static.antd-Form-control {
|
|
2846
|
+
padding-left: 0 !important;
|
|
2847
|
+
padding-right: 0 !important;
|
|
2848
|
+
}
|
|
2805
2849
|
.steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
|
|
2806
2850
|
padding-left: 0.75rem !important;
|
|
2807
2851
|
}
|