@jiaozhiye/qm-design-react 2.0.4 → 2.0.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.
@@ -17,6 +17,9 @@ type IProps = {
17
17
  onScroll?: (event: IEvent) => void;
18
18
  };
19
19
  export type ScrollbarRef = {
20
+ container: HTMLDivElement;
21
+ scrollTop: number;
22
+ scrollLeft: number;
20
23
  SET_SCROLL_TOP: (value: number) => void;
21
24
  SET_SCROLL_LEFT: (value: number) => void;
22
25
  };
@@ -29329,6 +29329,7 @@ table {
29329
29329
  }
29330
29330
  .qm-table .body--y-space {
29331
29331
  width: 0;
29332
+ line-height: 0;
29332
29333
  float: left;
29333
29334
  visibility: hidden;
29334
29335
  }