From d1cd5af5adb53e91efdd278328e1b6f8ad834fb5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 二月 2025 21:11:56 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/templates/zshare/editTable/index.scss | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/editTable/index.scss b/src/templates/zshare/editTable/index.scss index 76e6bfd..c8cb026 100644 --- a/src/templates/zshare/editTable/index.scss +++ b/src/templates/zshare/editTable/index.scss @@ -125,6 +125,31 @@ font-size: 18px; color: #26C281; } + .footer-copy-control { + text-align: right; + margin: 10px; + display: block; + .anticon-copy { + margin-right: 15px; + color: #26C281; + } + .anticon-snippets { + 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