File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
export let MENU_ITEM = [
2
-
3
2
{
4
3
path : 'index' ,
5
4
title : 'Dashboard' ,
Original file line number Diff line number Diff line change 5
5
height : 100% ;
6
6
display : flex ;
7
7
flex-direction : column ;
8
- border : 1px solid #000 ;
9
8
background : $body-bg ;
10
9
}
11
10
19
18
padding : 15px ;
20
19
flex : 1 ;
21
20
background : transparent ;
21
+ border-left : 1px solid $border-color ;
22
+ border-top : 1px solid $border-color ;
22
23
color : $fonts-color ;
23
24
overflow-x : hidden ;
24
25
}
Original file line number Diff line number Diff line change 4
4
width : 100% ;
5
5
height : 81px ;
6
6
background : $sidebar-bg ;
7
- border-bottom : 1 px solid $border-color ;
7
+ border : none ;
8
8
}
9
9
10
10
.avatar-wrap {
160
160
border : 2px solid $sidebar-bg ;
161
161
border-radius : 50% ;
162
162
}
163
- }
163
+ }
Original file line number Diff line number Diff line change 1
1
< div class ="pages-sider " [ngClass] ="{'side-collapsed':!sidebarToggle} ">
2
+ < span class ="sidebar-top-line "> </ span >
2
3
< du-menu [menuInfo] ="menuInfo "> </ du-menu >
3
4
</ div >
Original file line number Diff line number Diff line change 5
5
background : $sidebar-bg ;
6
6
overflow-x : hidden ;
7
7
@include transition (all .5s );
8
- border-right : 1px solid $border-color ; // @include box-shadow( 2px 0 2px rgba($black, .06));
8
+ border : none ;
9
+ .sidebar-top-line {
10
+ display : block ;
11
+ width : 80% ;
12
+ position : relative ;
13
+ left : 10% ;
14
+ border-top : 1px solid $border-color ;
15
+ }
9
16
}
10
17
11
18
@media (max-width :970px ) {
You can’t perform that action at this time.
0 commit comments