From e1281cc04b886678a5d0561af556a312ef2b9394 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 11 十一月 2019 18:12:28 +0800 Subject: [PATCH] 2019-11-11 --- src/components/sidemenu/index.scss | 90 ++++++++------------------------------------ 1 files changed, 17 insertions(+), 73 deletions(-) diff --git a/src/components/sidemenu/index.scss b/src/components/sidemenu/index.scss index ec7e69f..8f40c66 100644 --- a/src/components/sidemenu/index.scss +++ b/src/components/sidemenu/index.scss @@ -69,62 +69,6 @@ margin-left: 5px; } } - .editboard { - position: fixed; - z-index: 10; - top: 48px; - left: 0px; - right: 0px; - bottom: 0px; - background: rgba(0, 0, 0, 0.15); - .workplace { - position: relative; - width: calc(100vw - 235px); - height: 100%; - overflow-y: auto; - left: 235px; - background: #ffffff; - - .ant-col { - padding: 10px; - } - .ant-card-head-title { - text-align: center; - } - .ant-card-body { - padding: 2px; - position: relative; - text-align: center; - overflow: hidden; - .card-operation { - position: absolute; - right: 0px; - top: 0; - height: 0px; - overflow: hidden; - transition: height 0.3s; - button { - height: 30px; - padding: 0 10px; - margin-top: 5px; - margin-right: 10px; - display: none; - } - } - } - .ant-card-body:hover { - .card-operation { - height: 40px; - button { - display: inline-block; - } - } - } - img { - max-width: 100%; - } - } - } .sup-menu { position: relative; z-index: 1; @@ -132,24 +76,24 @@ .ant-menu-sub.ant-menu-inline .sub-menu { position: absolute; z-index: 1; - width: 30px; - left: 205px; + width: 48px; + left: 187px; } - .cus-submenu-title { - padding: 0px 24px; - background: #364150; - margin: 0; - height: 48px; - line-height: 48px; - width: 100%; - overflow: hidden; - font-size: 14px; - white-space: nowrap; - text-overflow: ellipsis; - i { - margin-right: 10px; - } - } + // .cus-submenu-title { + // padding: 0px 24px; + // background: #364150; + // margin: 0; + // height: 48px; + // line-height: 48px; + // width: 100%; + // overflow: hidden; + // font-size: 14px; + // white-space: nowrap; + // text-overflow: ellipsis; + // i { + // margin-right: 10px; + // } + // } } .side-menu.iframe { // tab椤典腑涓篿frame鏃� max-height: 100vh; -- Gitblit v1.8.0