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 | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/dragaction/index.scss b/src/menu/components/card/cardcellcomponent/dragaction/index.scss index 51310de..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; @@ -92,6 +93,12 @@ border-bottom: 0; border-left: 0; border-right: 0; + } + .ant-mk-tag { + .tag-item { + display: inline-block; + vertical-align: top; + } } .ant-mk-check { white-space: nowrap; @@ -213,6 +220,8 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; + position: unset!important; + vertical-align: top; } .sort-wrap { position: relative; @@ -231,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