From d2d6e6b52d5e23c9b20790d3222d3ecb479ab61c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 20 十月 2021 23:32:12 +0800 Subject: [PATCH] 2021-10-20 --- src/menu/components/card/cardcomponent/index.scss | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcomponent/index.scss b/src/menu/components/card/cardcomponent/index.scss index e69de29..d8fcee1 100644 --- a/src/menu/components/card/cardcomponent/index.scss +++ b/src/menu/components/card/cardcomponent/index.scss @@ -0,0 +1,48 @@ +.menus-detail-modal { + .ant-modal { + top: 70px; + } + .ant-modal-body { + min-height: 200px; + .menu-line { + display: flex; + div { + padding: 16px 16px; + border-top: 1px solid #e8e8e8; + border-left: 1px solid #e8e8e8; + word-break: break-all; + } + div:last-child { + border-right: 1px solid #e8e8e8; + } + .sort { + width: 10%; + text-align: center; + } + .sign { + width: 35%; + } + .name { + width: 35%; + } + .action { + width: 20%; + text-align: center; + span { + display: inline-block; + padding: 0 10px; + cursor: pointer; + color: #1890ff; + } + } + } + .menu-line:first-child { + background-color: #fafafa; + } + .menu-line:last-child { + div { + border-bottom: 1px solid #e8e8e8; + } + } + } +} \ No newline at end of file -- Gitblit v1.8.0