@steedos-widgets/amis-object 6.3.0-beta.8 → 6.3.0

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.
@@ -19,6 +19,7 @@ export declare const AmisInputTable: (props: any) => Promise<{
19
19
  pipeIn: (value: any, data: any) => any;
20
20
  pipeOut: (value: any, data: any) => any;
21
21
  required: any;
22
+ description: any;
22
23
  }[];
23
24
  id: string;
24
25
  className: string;
@@ -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: {
@@ -619,9 +619,6 @@ fieldset.antd-Collapse > legend{
619
619
  .top-0 {
620
620
  top: 0px
621
621
  }
622
- .z-10 {
623
- z-index: 10
624
- }
625
622
  .z-20 {
626
623
  z-index: 20
627
624
  }
@@ -681,6 +678,9 @@ fieldset.antd-Collapse > legend{
681
678
  .ml-2 {
682
679
  margin-left: 0.5rem
683
680
  }
681
+ .ml-3 {
682
+ margin-left: 0.75rem
683
+ }
684
684
  .ml-4 {
685
685
  margin-left: 1rem
686
686
  }
@@ -1037,6 +1037,9 @@ fieldset.antd-Collapse > legend{
1037
1037
  .bg-none {
1038
1038
  background-image: none
1039
1039
  }
1040
+ .\!fill-white {
1041
+ fill: #fff !important
1042
+ }
1040
1043
  .fill-gray-500 {
1041
1044
  fill: #6b7280
1042
1045
  }
@@ -1086,6 +1089,10 @@ fieldset.antd-Collapse > legend{
1086
1089
  padding-top: 0.625rem;
1087
1090
  padding-bottom: 0.625rem
1088
1091
  }
1092
+ .py-3 {
1093
+ padding-top: 0.75rem;
1094
+ padding-bottom: 0.75rem
1095
+ }
1089
1096
  .py-4 {
1090
1097
  padding-top: 1rem;
1091
1098
  padding-bottom: 1rem
@@ -1123,9 +1130,6 @@ fieldset.antd-Collapse > legend{
1123
1130
  .pt-2 {
1124
1131
  padding-top: 0.5rem
1125
1132
  }
1126
- .pt-4 {
1127
- padding-top: 1rem
1128
- }
1129
1133
  .text-left {
1130
1134
  text-align: left
1131
1135
  }
@@ -1292,6 +1296,12 @@ fieldset.antd-Collapse > legend{
1292
1296
  .sm\:sticky {
1293
1297
  position: sticky
1294
1298
  }
1299
+ .sm\:z-10 {
1300
+ z-index: 10
1301
+ }
1302
+ .sm\:m-2 {
1303
+ margin: 0.5rem
1304
+ }
1295
1305
  .sm\:m-3 {
1296
1306
  margin: 0.75rem
1297
1307
  }
@@ -1819,6 +1829,9 @@ fieldset.antd-Collapse > legend{
1819
1829
  .antd-Crud .antd-Table tbody td > .antd-Form-static {
1820
1830
  display: inline;
1821
1831
  }
1832
+ .antd-Crud .antd-Table tbody td > .antd-Form-static .antd-Form-control {
1833
+ display: inline;
1834
+ }
1822
1835
  @media (max-height: 780px) {
1823
1836
  .steedos-table-quickEdit .antd-Select-menu {
1824
1837
  max-height: 30vh;
@@ -1838,16 +1851,32 @@ fieldset.antd-Collapse > legend{
1838
1851
  overflow: auto;
1839
1852
  }
1840
1853
 
1841
- .buttons-drawer .antd-Drawer-content{
1854
+ /* 去除下拉按钮内图标的边距 */
1855
+ .steedos-mobile-header-drop-down i.icon{
1856
+ margin: 0;
1857
+ }
1858
+
1859
+ /* .buttons-drawer .antd-Drawer-content{
1842
1860
  height: auto !important;
1843
1861
  max-height: 70% !important;
1844
- }
1862
+ } */
1845
1863
 
1846
- .buttons-drawer .antd-Drawer-body{
1864
+ /* .buttons-drawer .antd-Drawer-body{
1847
1865
  overflow: inherit !important;
1866
+ } */
1867
+
1868
+ .buttons-drawer{
1869
+ position: fixed !important;
1870
+ top: 0 !important;
1871
+ bottom: 0 !important;
1872
+ left: 0 !important;
1873
+ right: 0 !important;
1874
+ max-height: unset;
1875
+ padding: 0;
1876
+ margin: 0;
1848
1877
  }
1849
1878
 
1850
- .buttons-drawer .antd-Drawer-body button{
1879
+ .buttons-drawer .antd-ButtonGroup button{
1851
1880
  border-color: #c9c9c9;
1852
1881
  border-right: none !important;
1853
1882
  border-left: none !important;
@@ -1932,9 +1961,6 @@ body.steedos {
1932
1961
  -moz-column-gap: 1rem;
1933
1962
  column-gap: 1rem;
1934
1963
  }
1935
- .steedos-object-form .antd-Collapse .antd-Collapse-header.hidden {
1936
- display: none !important;
1937
- }
1938
1964
  .steedos-object-form .antd-Tabs-pane.is-active {
1939
1965
  display: grid;
1940
1966
  grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -1961,6 +1987,9 @@ body.steedos {
1961
1987
  overflow: visible;
1962
1988
  }
1963
1989
  }
1990
+ .steedos-object-form .antd-Collapse .antd-Collapse-header.hidden {
1991
+ display: none !important;
1992
+ }
1964
1993
  .steedos-object-form .steedos-input-rich-text-readonly .antd-RichTextControl {
1965
1994
  border: 0;
1966
1995
  }
@@ -1968,6 +1997,9 @@ body.steedos {
1968
1997
  .steedos-object-form .antd-Form-item .antd-Form-label + .antd-Form-item-controlBox {
1969
1998
  max-width: unset;
1970
1999
  }
2000
+ .steedos-object-form .antd-Collapse::before {
2001
+ content: unset;
2002
+ }
1971
2003
  }
1972
2004
 
1973
2005
  @media (max-width: 767px) {
@@ -2145,6 +2177,26 @@ body.steedos {
2145
2177
  margin-top: -6px;
2146
2178
  }
2147
2179
  }
2180
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu .antd-DropDown-groupTitle {
2181
+ padding: 0;
2182
+ }
2183
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action {
2184
+ width: 100%;
2185
+ }
2186
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action .steedos-listview-edit-button {
2187
+ visibility: hidden;
2188
+ }
2189
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action .steedos-listview-edit-button .fa-edit {
2190
+ color: #aaa;
2191
+ font-weight: 400;
2192
+ font-size: 13px;
2193
+ }
2194
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li:hover .steedos-listview-edit-button {
2195
+ visibility: visible;
2196
+ }
2197
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li:hover .steedos-listview-edit-button:hover .fa-edit {
2198
+ color: #2468f2;
2199
+ }
2148
2200
 
2149
2201
  @media (min-width: 767px) {
2150
2202
  /* 列表快速编辑功能样式 */
@@ -2390,6 +2442,9 @@ body.steedos {
2390
2442
  .steedos-field-lookup-wrapper {
2391
2443
  display: block !important;
2392
2444
  }
2445
+ .amis-dialog-widget .steedos-object-record-detail-header .steedos-object-record-detail-header-back-button {
2446
+ display: none;
2447
+ }
2393
2448
 
2394
2449
  .steedos-context-bar .antd-Nav-list {
2395
2450
  border-bottom: 0px;
@@ -2428,6 +2483,25 @@ body.steedos {
2428
2483
  min-height: var(--Nav-Item-height);
2429
2484
  height: unset;
2430
2485
  }
2486
+ .steedos-app-menu.stacked .antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
2487
+ color: black;
2488
+ }
2489
+ .steedos-app-menu.stacked a,
2490
+ .steedos-app-menu.stacked a:hover,
2491
+ .steedos-app-menu.stacked a:active,
2492
+ .steedos-app-menu.stacked a:focus {
2493
+ color: black;
2494
+ }
2495
+ .steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-label,
2496
+ .steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon,
2497
+ .steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon-after,
2498
+ .steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-submenu-arrow {
2499
+ color: black;
2500
+ }
2501
+ .steedos-app-menu.stacked .antd-Nav-SearchBox.is-active {
2502
+ width: calc(100% - 1rem);
2503
+ margin: 0 0.5rem;
2504
+ }
2431
2505
 
2432
2506
  #steedosGlobalFooterRoot .steedos-global-footer {
2433
2507
  height: 4rem;
@@ -2546,6 +2620,27 @@ body.sidebar #sidebar {
2546
2620
  background: rgba(0, 0, 0, 0.6);
2547
2621
  opacity: 1;
2548
2622
  }
2623
+ .steedos-header-toolbar-notifications-dialog .antd-Modal-content {
2624
+ position: absolute !important;
2625
+ left: 12px;
2626
+ right: 12px;
2627
+ top: 50px;
2628
+ height: auto !important;
2629
+ width: unset;
2630
+ max-width: unset;
2631
+ border-radius: var(--dialog-default-border-radius) !important;
2632
+ padding: 0;
2633
+ background: transparent;
2634
+ border: none;
2635
+ }
2636
+ .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body {
2637
+ padding: 0;
2638
+ margin: 0;
2639
+ }
2640
+ .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .steedos-header-toolbar-notifications-list {
2641
+ max-height: 60vh;
2642
+ margin: 0;
2643
+ }
2549
2644
  }
2550
2645
 
2551
2646
  .instance-default .instance-form .form-control .antd-Form-item {