6cd48f09 by 杨威

二级菜单吸顶

1 parent d9e8979a
...@@ -89,7 +89,14 @@ ol, ul { list-style:none; } ...@@ -89,7 +89,14 @@ ol, ul { list-style:none; }
89 } 89 }
90 //二级菜单样式 90 //二级菜单样式
91 .tabs{ 91 .tabs{
92 >.is-top>.is-top>.el-tabs__nav-scroll{ 92 >.is-top{
93 position: -webkit-fixed;
94 position: fixed;
95 top: 60px;
96 z-index: 999;
97 width: 100%;
98 margin-bottom: 0;
99 >.is-top>.el-tabs__nav-scroll{
93 height: 50px; 100 height: 50px;
94 background-color: #ffffff; 101 background-color: #ffffff;
95 box-sizing: border-box; 102 box-sizing: border-box;
...@@ -111,6 +118,7 @@ ol, ul { list-style:none; } ...@@ -111,6 +118,7 @@ ol, ul { list-style:none; }
111 } 118 }
112 } 119 }
113 } 120 }
121 }
114 } 122 }
115 //弹框遮罩层样式 123 //弹框遮罩层样式
116 .v-modal{ 124 .v-modal{
...@@ -123,6 +131,7 @@ ol, ul { list-style:none; } ...@@ -123,6 +131,7 @@ ol, ul { list-style:none; }
123 } 131 }
124 .el-tabs__content{ 132 .el-tabs__content{
125 position: unset; 133 position: unset;
134 margin-top: 50px;
126 } 135 }
127 // 自定义右键菜单样式 136 // 自定义右键菜单样式
128 .contextmenu { 137 .contextmenu {
......