From 720478a7210e6cba9801cb4ec605a4a94403e709 Mon Sep 17 00:00:00 2001 From: pingwu <58472278+wuping97@users.noreply.github.com> Date: Mon, 15 May 2023 18:30:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=BD=99=20r?= =?UTF-8?q?ow=20=E7=9A=84=E6=A0=B7=E5=BC=8F=E5=AF=BC=E8=87=B4=20col=20?= =?UTF-8?q?=E4=B8=8D=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98=20(#1996)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复row样式问题 fix #1964, fix #1851 * fix: 修复多余 row 的样式导致 col 不换行问题 "fix #1964", "fix #1851" --------- Co-authored-by: pingwu --- src/row/row.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/row/row.less b/src/row/row.less index 0c31a451e..c206b7cf7 100644 --- a/src/row/row.less +++ b/src/row/row.less @@ -1,8 +1,3 @@ -.t-row { - display: flex; - align-items: center; -} - .t-row:after { clear: both; content: '';