.flex-wrapper{margin:26px 60px;display:flex;justify-content:space-between;height:calc(100vh - 230px)}.flex-wrapper .left-flex{flex:1}.flex-wrapper .right-flex-wrapper{flex:2;display:flex;flex-direction:column;margin-left:20px}.flex-wrapper .right-flex-wrapper .ys-card:first-child{flex:1 1 auto}.flex-wrapper .right-flex-wrapper .ys-card:nth-child(2){margin-top:20px;flex:2 1 auto;overflow:hidden}.flex-wrapper .right-flex-wrapper .ys-card:nth-child(2) .el-card__body{display:flex;flex-direction:column;height:100%;overflow:hidden}.flex-wrapper .table-title{margin-bottom:10px;display:flex;align-items:center}.flex-wrapper .table-title .el-input{flex:1;margin-left:20px}.flex-wrapper .table-title .el-button{margin-left:20px}.flex-wrapper .table-container{flex:1 1 auto;overflow:auto}@media screen and (max-width:1200px){.flex-wrapper{flex-wrap:wrap}.flex-wrapper .ys-card{width:100%}.flex-wrapper .ys-card:last-child{margin-top:20px}}