@steedos-widgets/amis-object 6.3.0-beta.11 → 6.3.0-beta.13

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.
@@ -14,6 +14,7 @@ export declare const AmisRecordDetailHeader: (props: any) => Promise<{
14
14
  columns: ({
15
15
  body: ({
16
16
  type: string;
17
+ className: string;
17
18
  onEvent: {
18
19
  "@history_paths.changed": {
19
20
  actions: {
@@ -2397,6 +2397,9 @@ body.steedos {
2397
2397
  .steedos-field-lookup-wrapper {
2398
2398
  display: block !important;
2399
2399
  }
2400
+ .steedos-record-detail-drawer .steedos-object-record-detail-header .steedos-object-record-detail-header-back-button {
2401
+ display: none;
2402
+ }
2400
2403
 
2401
2404
  .steedos-context-bar .antd-Nav-list {
2402
2405
  border-bottom: 0px;