Match-id-87c94fc4d1a59f0d468ba391f244eb3e6783516b

This commit is contained in:
* 2022-03-29 18:02:13 +08:00 committed by *
parent cb3a9a0692
commit 1cef144042
2 changed files with 91 additions and 10 deletions

View File

@ -0,0 +1,48 @@
@import '../components/assets.less';
.app{
display: flex;
flex-direction: row;
height: 100%;
font-size: @common-font-size;
}
.left{
flex: 7;
display: flex;
flex-direction: column;
.left_top {
border-bottom: @divider-style;
flex: 0 0 @top-height;
display: flex;
align-items: center;
.select {
padding: 0 0.25rem 0 0.25rem;
flex: 0 0;
}
.divider {
flex: 0 0 1px;
margin: 0 0.25rem 0 0.25rem;
border-left: @divider-style;
height: calc(100% - 1rem);
}
.search {
flex: 1 1 0;
}
}
.left_bottom {
flex: 1;
height: 0;
}
}
.right{
flex: 3;
border-left: @divider-style;
}
input{
outline: none;
border-width: 0;
padding: 0;
}

File diff suppressed because one or more lines are too long