From fb0d9143511abf16b5c8731e1327ed0d04336c68 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 4 Sep 2025 20:53:37 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4border=20inner?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E4=B8=8B=E8=A1=A8=E6=A0=BC=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E7=9A=84=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/effects/plugins/src/vxe-table/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/effects/plugins/src/vxe-table/style.css b/packages/effects/plugins/src/vxe-table/style.css index 8e29fb0b..d478ecf3 100644 --- a/packages/effects/plugins/src/vxe-table/style.css +++ b/packages/effects/plugins/src/vxe-table/style.css @@ -129,3 +129,12 @@ body:has(div[data-dismissable-layer]) .vxe-tooltip--wrapper { /* tooltip直接在style中设置 需要!important来实现优先级覆盖 */ z-index: calc(var(--popup-z-index) + 1) !important; } + +/* +在border: inner场景下 去除下边的边框 +TODO: 最后一条数据hover/check仍会显示边框 +*/ +.vxe-table.border--inner .vxe-table--border-line { + border-radius: var(--vxe-ui-table-border-radius) + var(--vxe-ui-table-border-radius) 0 0; +}