This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

优化样式

old
宇天 2020-05-08 20:54:02 +08:00
parent 6256c3908f
commit 7f83c05c58
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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) {