@steedos-widgets/amis-object 6.10.52-beta.37 → 6.10.52-beta.38
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
|
@@ -2845,6 +2845,31 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2845
2845
|
.approval-drawer .antd-RadiosControl .antd-Checkbox--full {
|
|
2846
2846
|
width: auto;
|
|
2847
2847
|
}
|
|
2848
|
+
.instance-action-dialog.antd-Modal .antd-Form-item {
|
|
2849
|
+
border: none !important;
|
|
2850
|
+
flex-direction: column !important;
|
|
2851
|
+
align-items: flex-start !important;
|
|
2852
|
+
}
|
|
2853
|
+
.instance-action-dialog.antd-Modal .antd-Form-item::after {
|
|
2854
|
+
content: none !important;
|
|
2855
|
+
}
|
|
2856
|
+
.instance-action-dialog.antd-Modal .antd-Form-item .antd-Form-label {
|
|
2857
|
+
flex: none !important;
|
|
2858
|
+
max-width: 100% !important;
|
|
2859
|
+
margin-bottom: 4px !important;
|
|
2860
|
+
padding-right: 0 !important;
|
|
2861
|
+
}
|
|
2862
|
+
.instance-action-dialog.antd-Modal .antd-Form-item .antd-Form-value,
|
|
2863
|
+
.instance-action-dialog.antd-Modal .antd-Form-item .antd-Form-item-controlBox {
|
|
2864
|
+
width: 100% !important;
|
|
2865
|
+
max-width: 100% !important;
|
|
2866
|
+
flex: none !important;
|
|
2867
|
+
}
|
|
2868
|
+
.instance-action-dialog.antd-Modal .antd-TextareaControl textarea {
|
|
2869
|
+
border: 1px solid #d1d5db !important;
|
|
2870
|
+
border-radius: 6px !important;
|
|
2871
|
+
padding: 8px !important;
|
|
2872
|
+
}
|
|
2848
2873
|
}
|
|
2849
2874
|
.steedos-amis-instance-view .antd-PullRefresh {
|
|
2850
2875
|
height: 100%;
|