@steedos-widgets/amis-object 6.10.53-beta.3 → 6.10.53-beta.5

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.
@@ -2,6 +2,9 @@ import './AmisAppMenu.less';
2
2
  export declare const AmisAppMenu: (props: any) => Promise<{
3
3
  type: string;
4
4
  id: string;
5
+ loadingConfig: {
6
+ show: boolean;
7
+ };
5
8
  schemaApi: {
6
9
  method: string;
7
10
  url: string;
@@ -1306,6 +1306,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1306
1306
  .instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps .antd-StepsItem .antd-StepsItem-ellText {
1307
1307
  white-space: normal;
1308
1308
  }
1309
+ .approval-drawer .antd-ListControl-item {
1310
+ max-width: 100% !important;
1311
+ }
1309
1312
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
1310
1313
  width: 0px !important;
1311
1314
  min-width: 0px !important;
@@ -1893,7 +1896,15 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1893
1896
  /*
1894
1897
  列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
1895
1898
  */
1899
+ .page-list-split .steedos-object-listview .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
1900
+ .page-list-split .steedos-object-listview .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
1901
+ margin-right: 0;
1902
+ }
1896
1903
  @media (max-width: 768px) {
1904
+ .steedos-object-table .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
1905
+ .steedos-object-table .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
1906
+ margin-right: 0;
1907
+ }
1897
1908
  .antd-Modal .antd-Modal-body .antd-SearchBox.is-mobile.is-active {
1898
1909
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
1899
1910
  border-radius: var(--Form-input-borderRadius);
@@ -2322,6 +2333,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2322
2333
  padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 24px) !important;
2323
2334
  }
2324
2335
  }
2336
+ .sidebar .sidebar-wrapper .antd-Nav-Menu-collapsed {
2337
+ width: 34px;
2338
+ }
2325
2339
  .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
2326
2340
  .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
2327
2341
  height: auto;