From 883bb18b168670839a4f4860a38a7310ad7c8b2e Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Fri, 21 Mar 2025 03:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E8=B0=83=E6=95=B4vxe=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E6=A1=86=E9=BB=98=E8=AE=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/theme/vxeTable.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Web/src/theme/vxeTable.scss b/Web/src/theme/vxeTable.scss index 8d536b3e..abd92e78 100644 --- a/Web/src/theme/vxeTable.scss +++ b/Web/src/theme/vxeTable.scss @@ -125,3 +125,13 @@ background-color: var(--el-color-primary) !important; color: white !important; } + +.vxe-modal--container { + margin: -1px !important; +} + +.vxe-modal--zoom-btn:hover, +.vxe-modal--close-btn:hover { + color: red !important; +} +