@steedos-widgets/amis-object 1.3.8 → 1.3.10

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.
@@ -0,0 +1,17 @@
1
+ export declare const AmisInputTable: (props: any) => Promise<{
2
+ type: string;
3
+ size: string;
4
+ body: {
5
+ type: string;
6
+ label: any;
7
+ name: any;
8
+ draggable: any;
9
+ showIndex: any;
10
+ perPage: any;
11
+ id: any;
12
+ columns: any[];
13
+ strictMode: boolean;
14
+ showTableAddBtn: boolean;
15
+ showFooterAddBtn: boolean;
16
+ }[];
17
+ }>;
@@ -18,3 +18,4 @@ export * from './AmisGlobalHeader';
18
18
  export * from './AmisSteedosField';
19
19
  export * from './AmisSelectFlow';
20
20
  export * from './AmisInstanceDetail';
21
+ export * from './AmisInputTable';
@@ -300,6 +300,13 @@ fieldset.antd-Collapse > legend{
300
300
  color: rgba(0,0,0,.25)
301
301
  }
302
302
 
303
+ .antd-Transfer .antd-GroupedSelection-item .antd-GroupedSelection-itemLabel,
304
+ .antd-Transfer .antd-Selections-item .antd-Selections-label{
305
+ overflow: hidden;
306
+ text-overflow: ellipsis;
307
+ white-space: nowrap;
308
+ }
309
+
303
310
  .ant-dropdown-menu {
304
311
  border: 1px solid #e5e5e5;
305
312
  border-radius: 0.25rem;
@@ -1622,6 +1629,9 @@ body.steedos {
1622
1629
  .antd-Select-popover .antd-Select-menu .antd-Select-option .antd-Checkbox--checkbox {
1623
1630
  white-space: nowrap;
1624
1631
  }
1632
+ .antd-Select-popover .antd-Select-menu .antd-Select-option .antd-Checkbox--checkbox > span {
1633
+ vertical-align: middle;
1634
+ }
1625
1635
  }
1626
1636
  .steedos-object-form .steedos-input-rich-text-readonly .antd-RichTextControl {
1627
1637
  border: 0;
@@ -1803,7 +1813,7 @@ body.steedos {
1803
1813
 
1804
1814
  @media (min-width: 767px) {
1805
1815
  /* 列表快速编辑功能样式 */
1806
- .steedos-object-table thead tr th:nth-child(3) {
1816
+ .steedos-object-table thead tr th:nth-child(2) {
1807
1817
  display: none;
1808
1818
  }
1809
1819
  .steedos-object-table tbody td.antd-Field--quickEditable > div {
@@ -1933,6 +1943,12 @@ body.steedos {
1933
1943
  float: none;
1934
1944
  }
1935
1945
  }
1946
+ .antd-Table-table thead tr th {
1947
+ height: 32px !important;
1948
+ }
1949
+ .antd-Table-table tbody tr {
1950
+ height: 46px;
1951
+ }
1936
1952
 
1937
1953
  @media (max-width: 768px) {
1938
1954
  .record-detail-header-name {