Skip to content

Commit 6e1a35a

Browse files
authored
fix(cell): 修复单元格内 icon 与文本的对齐问题 (Tencent#789)
1 parent 2f75188 commit 6e1a35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdesign-component/lib/src/components/cell/td_cell.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class _TDCellState extends State<TDCell> {
164164
..._buildImage(),
165165
Row(
166166
mainAxisSize: MainAxisSize.min,
167-
crossAxisAlignment: CrossAxisAlignment.start,
167+
crossAxisAlignment: crossAxisAlignment,
168168
children: [
169169
if (widget.leftIcon != null ||
170170
widget.leftIconWidget != null) ...[

0 commit comments

Comments
 (0)