From 217d782ec9b973d750b43dba4c0202f6eb6ea667 Mon Sep 17 00:00:00 2001 From: Kevin <3031195374@qq.com> Date: Wed, 19 Feb 2025 09:33:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=A4=9A=E9=80=89=E9=A1=B9=E5=8D=A1=E6=97=B6=EF=BC=8C=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E9=A1=B5=E9=9D=A2=E6=BB=9A=E5=8A=A8=E6=9D=A1=EF=BC=8C?= =?UTF-8?q?=E4=B8=8E=E5=A4=9A=E9=80=89=E9=A1=B9=E5=8D=A1=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E7=9B=B8=E5=90=8C=E7=9A=84=E9=A1=B5=E9=9D=A2=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/layout.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/css/layout.less b/src/assets/css/layout.less index a1bc518..cef7886 100644 --- a/src/assets/css/layout.less +++ b/src/assets/css/layout.less @@ -416,6 +416,12 @@ html { #content { height: 100%; width: 100%; + -ms-overflow-style: none; + overflow: -moz-scrollbars-none; + } + + #content::-webkit-scrollbar { + width: 0 !important; } } @@ -424,12 +430,6 @@ html { #content { height: calc(~"(100% - 51px)"); - -ms-overflow-style: none; - overflow: -moz-scrollbars-none; - } - - #content::-webkit-scrollbar { - width: 0 !important; } } -- Gitee From 51b3f59627c2902ce5a17c6dbc9bd58da85a619a Mon Sep 17 00:00:00 2001 From: Kevin <3031195374@qq.com> Date: Wed, 19 Feb 2025 11:32:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?p-table=E7=BB=84=E4=BB=B6=E7=9A=84=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E5=A4=A7=E5=B0=8F=E8=B7=9F=E9=9A=8F=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/table/src/index.vue | 121 ++++++++++-------------------- 1 file changed, 39 insertions(+), 82 deletions(-) diff --git a/src/component/table/src/index.vue b/src/component/table/src/index.vue index 2f8e959..4d3d45f 100644 --- a/src/component/table/src/index.vue +++ b/src/component/table/src/index.vue @@ -6,22 +6,15 @@