From d4f4804aeedb44d81b7518cd5469abcb0c215d6b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 29 十月 2019 16:12:32 +0800 Subject: [PATCH] level1 menu --- src/components/header/index.scss | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index 3808358..284eceb 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -88,9 +88,43 @@ .header-drag-menu { float: left; } + .edit-check { + font-size: 18px; + margin-top: 14px; + margin-left: 10px; + cursor: pointer; + } + .mask { + position: fixed; + top: 48px; + left: 0px; + right: 0px; + bottom: calc(100vh - 48px); + transition: bottom 0.2s + } + .mask.active { + bottom: 0px; + background-color: rgba(0, 0, 0, 0.15); + } } .header-dropdown { li { padding: 5px 25px; } +} +.edit-switch { + margin-left: 10px; +} +.edit-modal-footer{ + padding: 10px 16px; + text-align: right; + background: transparent; + border-top: 1px solid #e8e8e8; + border-radius: 0 0 4px 4px; + margin-left: -24px; + margin-right: -24px; + margin-bottom: -20px; + .ant-btn { + margin-right: 7px; + } } \ No newline at end of file -- Gitblit v1.8.0