Commit 71233373 by liuyong

修改菜单

1 parent 0e670f37
Showing with 1 additions and 1 deletions
...@@ -539,7 +539,6 @@ ...@@ -539,7 +539,6 @@
} }
.top_menu_container{ .top_menu_container{
/* margin-bottom: 20px; */ /* margin-bottom: 20px; */
box-shadow: 0px 10px 10px 0px rgba(201,226,225,1);
height: 125px; height: 125px;
} }
.left_menu_and_drawio_container{ .left_menu_and_drawio_container{
...@@ -548,6 +547,7 @@ ...@@ -548,6 +547,7 @@
width: calc(100% - 40px); width: calc(100% - 40px);
margin: 30px 20px 20px 20px; margin: 30px 20px 20px 20px;
border-top: 6px solid #0D867F; border-top: 6px solid #0D867F;
box-shadow: 10px 10px 30px 30px rgba(201,226,225,1);
} }
.el-breadcrumb{ .el-breadcrumb{
height: 30px; height: 30px;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!