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