|
@@ -382,17 +382,6 @@ export default {
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .qdxq-bottom {
|
|
|
|
- flex: 1;
|
|
|
|
- .wb-title {
|
|
|
|
- display: flex;
|
|
|
|
- height: 48px;
|
|
|
|
- line-height: 48px;
|
|
|
|
- background: #f5f6f7;
|
|
|
|
- margin: 20px 0;
|
|
|
|
- padding-left: 20px;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
// 底部表格
|
|
// 底部表格
|
|
.table-bottom {
|
|
.table-bottom {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -469,7 +458,7 @@ export default {
|
|
height: 60px !important;
|
|
height: 60px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // 顶部表格的分页位置修改
|
|
|
|
|
|
+ // 底部表格的分页位置修改
|
|
/deep/ .rcwb-list .foot {
|
|
/deep/ .rcwb-list .foot {
|
|
margin-top: 10px !important;
|
|
margin-top: 10px !important;
|
|
}
|
|
}
|
|
@@ -496,56 +485,5 @@ export default {
|
|
color: #fff;
|
|
color: #fff;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
- .qdxq-bottom {
|
|
|
|
- .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
|
|
|
|
- .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
|
|
|
|
- .el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
|
|
|
|
- .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
|
|
|
|
- padding-left: 16px;
|
|
|
|
- }
|
|
|
|
- .el-tabs--bottom .el-tabs__item.is-bottom:last-child,
|
|
|
|
- .el-tabs--bottom .el-tabs__item.is-top:last-child,
|
|
|
|
- .el-tabs--top .el-tabs__item.is-bottom:last-child,
|
|
|
|
- .el-tabs--top .el-tabs__item.is-top:last-child {
|
|
|
|
- padding-right: 16px;
|
|
|
|
- }
|
|
|
|
- .el-tabs__nav-wrap::after {
|
|
|
|
- height: 0;
|
|
|
|
- }
|
|
|
|
- .el-tabs {
|
|
|
|
- // height: 95vh;
|
|
|
|
- }
|
|
|
|
- .el-tabs__content {
|
|
|
|
- /deep/ .el-tab-pane > div {
|
|
|
|
- height: 100% !important;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .is-active {
|
|
|
|
- color: #025baa !important;
|
|
|
|
- border-color: #025baa !important;
|
|
|
|
- }
|
|
|
|
- .el-tabs__item {
|
|
|
|
- padding: 5px 16px;
|
|
|
|
- height: 30px;
|
|
|
|
- line-height: 22px;
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-family: MicrosoftYaHei;
|
|
|
|
- color: rgba(31, 36, 41, 1);
|
|
|
|
- border: 1px solid rgba(195, 199, 203, 1);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /deep/ .el-tabs__item:last-child {
|
|
|
|
- border-radius: 0px 4px 4px 0px;
|
|
|
|
- }
|
|
|
|
- /deep/ .el-tabs__item:nth-child(2) {
|
|
|
|
- border-radius: 4px 0px 0px 4px;
|
|
|
|
- }
|
|
|
|
- .el-tab-pane {
|
|
|
|
- height: 100% !important;
|
|
|
|
- }
|
|
|
|
- .el-tabs__active-bar {
|
|
|
|
- background-color: transparent !important;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|