From 50b49c1b760489c3430fc382656d57c5fbbab07c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 四月 2024 16:07:24 +0800 Subject: [PATCH] 2024-04-29 --- src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss index f96c1d1..dd96816 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss @@ -96,6 +96,15 @@ padding: 0 5px; cursor: pointer; } + .edit-other { + opacity: 0; + color: #1890ff; + padding: 0 5px; + transition: opacity 0.2s; + } + tr:not([draggable="false"]) td:hover .edit-other { + opacity: 1; + } } .verify-excelout-box-tab { >.ant-spin { -- Gitblit v1.8.0