@steedos-widgets/amis-object 6.10.1-beta.53 → 6.10.1-beta.55

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.
@@ -585,6 +585,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
585
585
  } | {
586
586
  type: string;
587
587
  className: string;
588
+ mode: any;
588
589
  steps: {
589
590
  title: any;
590
591
  body: {
@@ -1236,6 +1236,9 @@ fieldset.antd-Collapse > legend{
1236
1236
  .pt-0 {
1237
1237
  padding-top: 0px;
1238
1238
  }
1239
+ .pt-1 {
1240
+ padding-top: 0.25rem;
1241
+ }
1239
1242
  .pt-2 {
1240
1243
  padding-top: 0.5rem;
1241
1244
  }
@@ -2309,6 +2312,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2309
2312
  .instance-form-view-wizard .antd-Form .antd-Form-item {
2310
2313
  margin-bottom: 0.75rem;
2311
2314
  }
2315
+ .instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps {
2316
+ padding-left: 0.5rem;
2317
+ padding-top: 0.5rem;
2318
+ }
2312
2319
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
2313
2320
  width: 0px !important;
2314
2321
  min-width: 0px !important;