|
@@ -108,61 +108,6 @@ export default {
|
|
|
min-height: unset;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .xz_table {
|
|
|
- height: 180px;
|
|
|
- /deep/.el-table__header-wrapper {
|
|
|
- height: 40px;
|
|
|
- }
|
|
|
- /deep/.el-table__body-wrapper {
|
|
|
- height: calc(100% - 40px);
|
|
|
- overflow-y: auto;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .xz-btn {
|
|
|
- width: 100%;
|
|
|
- // background: #efefef;
|
|
|
- position: absolute;
|
|
|
- height: 55px;
|
|
|
- z-index: 999;
|
|
|
- bottom: 0;
|
|
|
- right: 0;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
- .jg-box {
|
|
|
- td {
|
|
|
- padding-left: 15px;
|
|
|
- }
|
|
|
- .el-collapse-item__header {
|
|
|
- span {
|
|
|
- position: absolute;
|
|
|
- right: 40px;
|
|
|
- }
|
|
|
- }
|
|
|
- .el-collapse-item__content {
|
|
|
- padding-bottom: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .tckz {
|
|
|
- position: absolute;
|
|
|
- left: auto;
|
|
|
- right: 10px;
|
|
|
- bottom: 100px;
|
|
|
- text-align: center;
|
|
|
- // background-color: rgba(255, 255, 255, 0.85);
|
|
|
- padding-top: 5px;
|
|
|
- padding-bottom: 5px;
|
|
|
- padding-right: 5px;
|
|
|
- padding-left: 5px;
|
|
|
- border-radius: 5px;
|
|
|
- > div {
|
|
|
- padding: 5px;
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
</style>
|