@import '../../c/config'; @import '../../c/function'; @import './c/common'; .title { padding: 10px; font-size: 22px; font-family: PingFang SC; font-weight: 800; color: #ffffff; display: flex; align-items: center; position: relative; img { display: block; margin-right: 5px; } span { display: block; } .second-select { margin: 0 10px 0 40px; ::v-deep .el-input { width: 140px; height: 36px; .el-input__inner { height: 100%; padding: 0 10px; color: #fff; line-height: 36px; background: #06186d; border: 1px solid #1a64cc; } .el-icon-arrow-up:before { content: '\e78f'; } } ::v-deep .el-date-editor { .el-input__prefix { left: unset; right: 5px; } } } .cascader { ::v-deep .el-input { width: 220px; } } .status-select { position: absolute; top: 20px; right: 10px; } .second-select:last-child { margin-left: 0; } } .g-cpt-resi { display: flex; flex-direction: row; // flex-wrap: wrap; // justify-content: center; height: calc(100vh - 130px); .g-l { flex-shrink: 0; width: 600px; height: calc(100vh - 190px); } .g-r { text-align: center; margin: 40px 19px 20px; width: calc(100vw - 60px - 600px); height: calc(100vh - 140px - 20px); } } .g-r { .tb { position: relative; height: calc(100vh - 220px); overflow-y: auto; @include scrollBar; .m-pagination { position: absolute; box-sizing: border-box; right: 0; bottom: 0; width: 100%; height: 40px; display: flex; justify-content: flex-end; /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active { background: #0266d1; color: #000d3f; } /deep/ .el-pagination .el-pager li { background: #002e74; } /deep/ .el-pagination .btn-prev { background: #002e74; } /deep/ .el-pagination .btn-next { background: #002e74; } } } } .echart-wr { margin-left: 30px; // margin-top: 100px; text-align: center; position: relative; width: 500px; height: 100%; box-sizing: border-box; .echart-org { width: 100%; height: 90%; } }