优化样式
parent
6256c3908f
commit
7f83c05c58
|
@ -20,8 +20,8 @@ li {
|
|||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 100%;
|
||||
// height: 100%;
|
||||
border: 1px solid nth($cp, 3);
|
||||
border-right: 0;
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
align-items: center;
|
||||
min-height: 36px;
|
||||
border-right: 1px solid nth($cp, 3);
|
||||
border-bottom: 1px solid nth($cp, 3);
|
||||
}
|
||||
:host([flex='2']) {
|
||||
flex: 2;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
// flex: 1;
|
||||
display: flex;
|
||||
width: auto;
|
||||
border-bottom: 1px solid nth($cp, 3);
|
||||
color: inherit;
|
||||
}
|
||||
:host(:hover) {
|
||||
|
|
Reference in New Issue