From 6f4c4fc6d1e1ca0cda3f6b13c4edd1e4816d8dc5 Mon Sep 17 00:00:00 2001 From: zhangz Date: Tue, 9 Dec 2025 13:48:53 +0800 Subject: [PATCH] 整体下班前新增确认样式; --- src/mes/common/commonOperationBarComponent/index.less | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/src/mes/common/commonOperationBarComponent/index.less b/src/mes/common/commonOperationBarComponent/index.less index f95237a..a989ec4 100644 --- a/src/mes/common/commonOperationBarComponent/index.less +++ b/src/mes/common/commonOperationBarComponent/index.less @@ -142,4 +142,12 @@ padding-top: 20px; } } +} + +.popconfirm { + :global { + .ant-popover-inner-content { + zoom: 1.4; + } + } } \ No newline at end of file -- libgit2 0.22.2