This commit is contained in:
熊成强 2020-11-20 16:15:56 +08:00
parent e2a5b65c75
commit 22a9d3208c

View File

@ -320,12 +320,12 @@ export default {
} }
&-right{ &-right{
flex:1; flex:1;
// display: flex; display: flex;
// flex-direction: column; flex-direction: column;
// justify-content: space-between; // justify-content: space-between;
// align-items: center; // align-items: center;
>div{ >div{
// flex: 1; flex: 1;
// height: 100%; // height: 100%;
border-bottom: 1px solid @borderColor;; border-bottom: 1px solid @borderColor;;
} }