Skip to content

[Table] row高度异常 #3767

@AOEkele

Description

@AOEkele

tdesign-react 版本

1.14.5

重现链接

No response

重现步骤

			<Table
				className={styleModule.EmailTable}
				height={'100%'}
				size='small'
				tableLayout={'auto'}
				bordered
				stripe
				rowKey='index'
				data={tableData}
				columns={columns}
			/>

给table添加className=EmailTable,EmailTable的CSS样式为{
height: 100%;
},在行数较少不够高度的时候row的高度会变化撑满table

期望结果

No response

实际结果

No response

框架版本

React(19.1.1)

浏览器版本

No response

系统版本

No response

Node版本

22.16.4

补充说明

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions