@steedos-widgets/amis-object 1.0.41 → 1.0.42

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.
@@ -204,6 +204,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
204
204
  size: string;
205
205
  title: string;
206
206
  className: string;
207
+ drawerContainer: () => any;
207
208
  body: {
208
209
  type: string;
209
210
  debug: boolean;
@@ -1162,6 +1162,10 @@ body.sidebar #sidebar {
1162
1162
  .steedos-amis-instance-view .form-control {
1163
1163
  background: no-repeat;
1164
1164
  }
1165
+ .steedos-amis-instance-view .instance-form-view tbody td {
1166
+ border: 1px solid #000;
1167
+ padding-left: 0.75rem !important;
1168
+ }
1165
1169
  .steedos-amis-instance-view .form-control .antd-Table-table thead th {
1166
1170
  background: transparent !important;
1167
1171
  border-color: #000;