From ab60d53b67f802878662aaa5a5b52580cca421b8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 26 九月 2020 08:52:46 +0800 Subject: [PATCH] 2020-09-26 --- src/menu/components/card/data-card/index.scss | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/menu/components/card/data-card/index.scss b/src/menu/components/card/data-card/index.scss index ea7467b..3644084 100644 --- a/src/menu/components/card/data-card/index.scss +++ b/src/menu/components/card/data-card/index.scss @@ -3,6 +3,18 @@ box-sizing: border-box; background: #ffffff; + .card-control { + position: absolute; + top: 0px; + right: 0px; + width: 26px; + height: 27px; + z-index: 1; + background: #ffffff; + .anticon-tool { + padding: 5px; + } + } .anticon-tool { position: absolute; z-index: 1; @@ -14,6 +26,7 @@ } .card-item { + overflow-y: hidden; position: relative; min-height: 50px; border: 1px solid #e8e8e8; @@ -29,7 +42,6 @@ font-size: 16px; } .model-menu-action-list { - min-height: 40px; line-height: 40px; .ant-row > .anticon-plus { position: absolute; @@ -37,6 +49,16 @@ font-size: 16px; } } + .card-add-button { + text-align: right; + clear: left; + .anticon-plus { + font-size: 20px; + color: #26C281; + padding: 5px; + margin-right: 10px; + } + } } .menu-data-card-edit-box::after { display: block; -- Gitblit v1.8.0