From 137fb8ea6af2789b3238b22bac31d80bced41dfe Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 28 七月 2021 11:39:39 +0800 Subject: [PATCH] 2021-07-28 --- src/tabviews/custom/components/card/prop-card/index.scss | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/prop-card/index.scss b/src/tabviews/custom/components/card/prop-card/index.scss index 12c5e88..bb919f8 100644 --- a/src/tabviews/custom/components/card/prop-card/index.scss +++ b/src/tabviews/custom/components/card/prop-card/index.scss @@ -70,6 +70,28 @@ background: #ffffff; } } + .trigger-button { + .card-item-box { + .card-cell-list { + position: unset; + .mk-cell-btn { + position: unset; + .ant-btn { + position: unset; + } + .ant-btn::after { + content: ' '; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + cursor: pointer; + } + } + } + } + } } .custom-card-box::after { -- Gitblit v1.8.0