@@ -121,8 +121,11 @@ export default {
line-height: 28px;
background: linear-gradient( 180deg, rgba(119,161,255,0) 0%, #77A1FF 100%);
border-radius: 2px 0px 0px 2px;
- border: 1px solid rgba(161,190,255,0.7);
+ border: 2px solid rgba(161,190,255,0.7);
font-weight: bold;
+ position: relative;
+ z-index: 10;
+ box-sizing: border-box;
}
/* 2. 第二层子节点 (level: 1) */
@@ -134,14 +134,18 @@
.menu-scroll-view {
- height: 844px !important;
+ height: 700px !important;
overflow: auto;
+ background: rgba(17,36,70,0.9);
+ border: none;
+ outline: 2px solid #3760A9;
+ outline-offset: -2px;
/* 整体滚动条 */
::-webkit-scrollbar {
- width: 2px;
- height: 2px;
+ width: 0px;
+ height: 0px;
::-webkit-scrollbar-track {