ant-design / ant-design Public Sponsor Notifications Fork 49k Star 91.9k Code Issues 1.1k Pull requests 64 Discussions Actions Projects 2 Wiki Security Insights New issue Tree 组件增加缩进 (indent) 设置 #50986 Open petercat-bot bot opened this issue Sep 24, 2024· 0 comments...
Tree 组件增加缩进 indent 设置 #50984 Open petercat-bot bot opened this issue Sep 24, 2024· 0 comments Commentspetercat-bot bot commented Sep 24, 2024 Reproduction link Steps to reproduce What is expected? What is actually happening? EnvironmentInfo antd 5.0 React 18 System Browser github-...
ant-design / ant-design Public Sponsor Notifications Fork 49k Star 91.9k Code Issues 1.1k Pull requests 64 Discussions Actions Projects 2 Wiki Security Insights New issue Tree 组件增加缩进 indent 设置 #50987 Open petercat-bot bot opened this issue Sep 24, 2024· 0 comments ...
indentWidth?: string | number; /** * @desc 节点悬浮态背景色 * @descEN Background color of hovered node @@ -94,8 +99,17 @@ type TreeToken = FullToken<'Tree'> & { }; export const genBaseStyle = (prefixCls: string, token: TreeToken): CSSObject => { const { treeCls, treeNode...
If there are UI/interaction changes, consider providing screenshots or GIFs. 📝 Change Log ReadKeep a Changeloglike a cat tracks a laser pointer. Describe the impact of the changes on developers, not the solution approach. Reference:https://ant.design/changelog Changes...
An enterprise-class UI design language and React UI library - feat: Tree add indentSize token · ant-design/ant-design@05fe556
An enterprise-class UI design language and React UI library - feat: Tree add indentWidth token · ant-design/ant-design@10ab8bb
An enterprise-class UI design language and React UI library - feat: Tree add indentWidth token · ant-design/ant-design@6a48219
@@ -12,12 +12,12 @@ export interface TreeSharedToken { * @desc 节点标题高度 * @descEN Node title height */ titleHeight: string | number; titleHeight: number; /** * @desc 缩进宽度 * @descEN Indent width of tree */ indentWidth?: string | number; indentWidth?: number; /** * @...
@@ -109,7 +109,6 @@ export const genBaseStyle = (prefixCls: string, token: TreeToken): CSSObject => nodeHoverBg, } = token; const treeCheckBoxMarginHorizontal = token.paddingXS; console.log('indentWidth', indentWidth); return { [treeCls]: { 0 comments on commit 7fd26cf Please ...