You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
children | TNode | - | Typescript: `string \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-react/blob/develop/packages/components/common.ts) | N
11
11
container | String / Function | () => (() => window) | Typescript: `ScrollContainer`。[see more ts definition](https://github.com/Tencent/tdesign-react/blob/develop/packages/components/common.ts) | N
12
12
content | TNode | - | Typescript: `string \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-react/blob/develop/packages/components/common.ts) | N
13
-
offsetBottom | Number | 0 | When the distance from the bottom of the container reaches the specified distance, the trigger is fixed | N
13
+
offsetBottom | Number | - | When the distance from the bottom of the container reaches the specified distance, the trigger is fixed | N
14
14
offsetTop | Number | 0 | When the distance from the top of the container reaches the specified distance, the trigger is fixed | N
15
15
zIndex | Number | - | \- | N
16
16
onFixedChange | Function | | Typescript: `(affixed: boolean, context: { top: number }) => void`<br/> | N
0 commit comments