21 lines
552 B
SCSS
21 lines
552 B
SCSS
|
|
.vehicl-management-wrap{
|
|
height: 813px;
|
|
background-image: url("@/assets/common/device_status_bg_line.png");
|
|
background-size: 100% 100%;
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.vehicl-management-content-box{
|
|
|
|
.el-scrollbar__view {
|
|
background: transparent !important;
|
|
height: 600px;
|
|
}
|
|
.el-table__inner-wrapper{
|
|
background-color: transparent !important;
|
|
}
|
|
.el-table__body-wrapper, .el-scrollbar__wrap, .el-scrollbar{
|
|
background: transparent !important;
|
|
}
|
|
} |