From e1d8b67d9219f1631e855542155d6db21aa31a97 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 10 七月 2024 14:23:38 +0800 Subject: [PATCH] 2024-07-10 --- src/menu/components/card/cardcellcomponent/dragaction/index.scss | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/dragaction/index.scss b/src/menu/components/card/cardcellcomponent/dragaction/index.scss index d671046..deb7cf3 100644 --- a/src/menu/components/card/cardcellcomponent/dragaction/index.scss +++ b/src/menu/components/card/cardcellcomponent/dragaction/index.scss @@ -4,6 +4,7 @@ font-style: inherit; font-weight: inherit; text-decoration: inherit; + font-family: inherit; } .ant-mk-text:not(.line1):not(.line) { word-break: break-word; @@ -239,4 +240,25 @@ left: 0px; } } + .no-value-hide >div::before { + content: '*'; + position: absolute; + top: 0px; + left: 0px; + font-size: 18px; + color: orange; + line-height: 1; + height: 8px; + opacity: 0; + } + .no-value-hide:hover >div::before { + opacity: 1; + } +} +td:hover { + .card-detail-row { + .no-value-hide >div::before { + opacity: 1; + } + } } \ No newline at end of file -- Gitblit v1.8.0