@steedos-widgets/amis-object 6.10.53-beta.4 → 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
|
@@ -1306,6 +1306,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1306
1306
|
.instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps .antd-StepsItem .antd-StepsItem-ellText {
|
|
1307
1307
|
white-space: normal;
|
|
1308
1308
|
}
|
|
1309
|
+
.approval-drawer .antd-ListControl-item {
|
|
1310
|
+
max-width: 100% !important;
|
|
1311
|
+
}
|
|
1309
1312
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
|
|
1310
1313
|
width: 0px !important;
|
|
1311
1314
|
min-width: 0px !important;
|
|
@@ -1514,6 +1517,38 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1514
1517
|
max-height: none;
|
|
1515
1518
|
overflow-y: visible;
|
|
1516
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
|
+
}
|
|
1517
1552
|
|
|
1518
1553
|
.amis-object-field-lookup .lookup-left {
|
|
1519
1554
|
max-width: 50% !important;
|
|
@@ -2799,6 +2834,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2799
2834
|
padding-left: 0rem !important;
|
|
2800
2835
|
border-left: 0px;
|
|
2801
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
|
+
}
|
|
2802
2849
|
.steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
|
|
2803
2850
|
padding-left: 0.75rem !important;
|
|
2804
2851
|
}
|