From 6ed64ed071c75901ed8848131bfefa51c5c27fce Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 九月 2020 23:51:51 +0800 Subject: [PATCH] 2020-09-24 --- src/menu/components/card/data-card/index.scss | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/data-card/index.scss b/src/menu/components/card/data-card/index.scss index fb83659..ea7467b 100644 --- a/src/menu/components/card/data-card/index.scss +++ b/src/menu/components/card/data-card/index.scss @@ -22,6 +22,21 @@ .card-item:hover { box-shadow: 0px 0px 2px #e8e8e8; } + + .model-menu-card-cell-list .card-detail-row > .anticon-plus { + position: absolute; + right: -30px; + font-size: 16px; + } + .model-menu-action-list { + min-height: 40px; + line-height: 40px; + .ant-row > .anticon-plus { + position: absolute; + right: -30px; + font-size: 16px; + } + } } .menu-data-card-edit-box::after { display: block; -- Gitblit v1.8.0