@steedos-widgets/amis-object 1.2.9 → 1.2.11

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.
@@ -1 +1,2 @@
1
+ import './AmisObjectForm.less';
1
2
  export declare const AmisObjectForm: (props: any) => Promise<any>;
@@ -1,3 +1,4 @@
1
+ import './AmisRecordDetailHeader.less';
1
2
  export declare const AmisRecordDetailHeader: (props: any) => Promise<{
2
3
  type: string;
3
4
  id: string;
@@ -73,6 +74,7 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
73
74
  })[];
74
75
  className: string;
75
76
  }[];
77
+ columnClassName: string;
76
78
  md: string;
77
79
  } | {
78
80
  body: {
@@ -124,6 +126,7 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
124
126
  };
125
127
  };
126
128
  md: string;
129
+ columnClassName?: undefined;
127
130
  })[];
128
131
  className: string;
129
132
  }[];
@@ -1,4 +1,3 @@
1
- import './AmisObjectForm.less';
2
1
  export * from './AmisObjectForm';
3
2
  export * from './AmisObjectListview';
4
3
  export * from './AmisObjectTable';
@@ -393,6 +393,9 @@ body {
393
393
  .-mb-4 {
394
394
  margin-bottom: -1rem
395
395
  }
396
+ .mr-4 {
397
+ margin-right: 1rem
398
+ }
396
399
  .mr-2 {
397
400
  margin-right: 0.5rem
398
401
  }
@@ -408,9 +411,6 @@ body {
408
411
  .ml-4 {
409
412
  margin-left: 1rem
410
413
  }
411
- .mr-4 {
412
- margin-right: 1rem
413
- }
414
414
  .-ml-px {
415
415
  margin-left: -1px
416
416
  }
@@ -510,12 +510,12 @@ body {
510
510
  .w-14 {
511
511
  width: 3.5rem
512
512
  }
513
- .w-6 {
514
- width: 1.5rem
515
- }
516
513
  .w-4 {
517
514
  width: 1rem
518
515
  }
516
+ .w-6 {
517
+ width: 1.5rem
518
+ }
519
519
  .w-20 {
520
520
  width: 5rem
521
521
  }
@@ -561,6 +561,9 @@ body {
561
561
  .max-w-md {
562
562
  max-width: 28rem
563
563
  }
564
+ .flex-initial {
565
+ flex: 0 1 auto
566
+ }
564
567
  .flex-auto {
565
568
  flex: 1 1 auto
566
569
  }
@@ -1133,9 +1136,6 @@ body {
1133
1136
  right: 30px;
1134
1137
  background: transparent;
1135
1138
  }
1136
- .antd-Table-toolbar .antd-Crud-loadMore .antd-Button.is-disabled {
1137
- display: none;
1138
- }
1139
1139
  @media (max-width: 576px) {
1140
1140
  .steedos-record-detail-related-lists .steedos-record-related-list .steedos-object-table .antd-Table-footToolbar {
1141
1141
  display: none;
@@ -1238,6 +1238,16 @@ body {
1238
1238
  column-gap: 1rem;
1239
1239
  }
1240
1240
 
1241
+ @media (max-width: 768px) {
1242
+ .record-detail-header-name {
1243
+ display: -webkit-box;
1244
+ overflow: hidden;
1245
+ text-overflow: ellipsis;
1246
+ -webkit-line-clamp: 2;
1247
+ -webkit-box-orient: vertical;
1248
+ }
1249
+ }
1250
+
1241
1251
  .steedos-context-bar .antd-Nav-list {
1242
1252
  border-bottom: 0px;
1243
1253
  height: 40px;