From f66e19dd13af07ee466306632ad43c72f1f16ae7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 26 五月 2021 14:49:55 +0800 Subject: [PATCH] 2021-05-26 --- 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