You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
552 B
SCSS
21 lines
552 B
SCSS
2 weeks ago
|
|
||
|
.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;
|
||
|
}
|
||
|
}
|