From b1485c238f943b8b58412e529f5c97c37c66b733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=B8=86?= <201379873@qq.com> Date: Wed, 5 Jun 2024 12:28:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A1=A8=E6=A0=BC=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=8B=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GiTable/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GiTable/index.vue b/src/components/GiTable/index.vue index 25a801b..6978f37 100644 --- a/src/components/GiTable/index.vue +++ b/src/components/GiTable/index.vue @@ -202,7 +202,7 @@ defineExpose({ tableRef }) height: 100%; background: var(--color-bg-1); position: relative; - + box-sizing:border-box; &--fullscreen { padding: $padding; position: fixed;