From ebb3dcdf617c7455b9fd0a84f37ddc384cc83af8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 03 十一月 2019 20:58:22 +0800
Subject: [PATCH] second-level-menu

---
 src/components/sidemenu/index.scss |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/src/components/sidemenu/index.scss b/src/components/sidemenu/index.scss
index 8fa3a20..8a8173c 100644
--- a/src/components/sidemenu/index.scss
+++ b/src/components/sidemenu/index.scss
@@ -28,6 +28,61 @@
   .ant-menu-dark.ant-menu-inline .ant-menu-submenu-open .ant-menu-submenu-title {
     background: #364150;
   }
+  .edit-check {
+    font-size: 18px;
+    position: absolute;
+    cursor: pointer;
+    padding: 10px 15px;
+    margin-right: 0px;
+    right: 0px;
+    top: 0px;
+  }
+  .edit-control + .ant-menu-submenu-arrow {
+    display: none;
+  }
+  .menu-add {
+    position: relative;
+    border: 1px dashed gray;
+    margin: 8px 0px;
+    height: 40px;
+    line-height: 40px;
+    width: 98%;
+    clear: both;
+    text-align: center;
+    cursor: pointer;
+    .anticon {
+      font-size: 20px;
+    }
+  }
+  .menu-btn {
+    .ant-btn {
+      padding: 0 10px;
+      margin-left: 5px;
+    }
+  }
+  // .editboard {
+  //   position: fixed;
+  //   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;
+
+  //     .level2-left {
+  //       width: 350px;
+  //       margin-left: 20px;
+  //       float: left;
+  //       height: calc(100vh - 125px);
+  //     }
+  //   }
+  // }
 }
 .side-menu.iframe { // tab椤典腑涓篿frame鏃�
   max-height: 100vh;

--
Gitblit v1.8.0