whychw
2020-10-13 457ef1dcf31868db3271a9502ee39756ed879a39
src/pages/index.vue
@@ -881,12 +881,15 @@
<style scoped>
.page-container {
    height: 100%;
    display: -webkit-flex;
    /*display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-direction: column;*/
}
.page-container >>> .el-row {
    flex: 1;
.page-container >>> .el-row:nth-child(1) {
    height: 47%;
}
.page-container >>> .el-row:nth-child(2) {
    height: 53%;
}
.dev-states {
    padding: 0.6rem;
@@ -990,7 +993,7 @@
}
>>> .el-row:first-of-type {
    padding-bottom: 10px;
    flex: 0.9;
    /*flex: 0.9;*/
}
</style>