From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 11:10:32 +0800 Subject: [PATCH] 2025-01-24 --- src/templates/zshare/editTable/index.scss | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/editTable/index.scss b/src/templates/zshare/editTable/index.scss index 915c671..c8cb026 100644 --- a/src/templates/zshare/editTable/index.scss +++ b/src/templates/zshare/editTable/index.scss @@ -137,6 +137,19 @@ color: purple; } } + .ant-typography-copy:not(.ant-typography-copy-success) { + opacity: 0; + transition: opacity 0.2s; + } + + tr:hover { + .ant-typography-copy:not(.ant-typography-copy-success) { + opacity: 0.7; + } + .ant-typography-copy:hover { + opacity: 1; + } + } } .ant-modal.ant-modal-confirm.ant-modal-confirm-info.sql-example { -- Gitblit v1.8.0