From deff31bc5d915e4d3eebf8d625bee02e22e9fe75 Mon Sep 17 00:00:00 2001 From: Micah Date: Sun, 19 Jun 2022 17:50:33 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=AA=E6=9C=89=E5=9C=A8?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=B6=85=E8=BF=87=E6=98=BE=E7=A4=BA=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=97=B6=E6=89=8D=E4=BC=9A=E5=87=BA=E7=8E=B0=20(#1978?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Table/src/BasicTable.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index 6c9197ca3..9ec755a53 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -401,6 +401,10 @@ width: 100%; overflow-x: hidden; + .ant-table-body { + overflow: auto !important; + } + &-title { display: flex; padding: 8px 6px;