From aee08b14fa3547665e9708f0347619adffaa7fea Mon Sep 17 00:00:00 2001 From: Arvin <46149128+iconFehu@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:09:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"style:=20=E4=BC=98=E5=8C=96=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=AA=E6=9C=89?= =?UTF-8?q?=E5=9C=A8=E5=86=85=E5=AE=B9=E8=B6=85=E8=BF=87=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E6=97=B6=E6=89=8D=E4=BC=9A=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=20(#1978)"=20(#2080)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit deff31bc5d915e4d3eebf8d625bee02e22e9fe75. --- src/components/Table/src/BasicTable.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index 64d1db46..8b79620a 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -405,10 +405,6 @@ width: 100%; overflow-x: hidden; - .ant-table-body { - overflow: auto !important; - } - &-title { display: flex; padding: 8px 6px;