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.
17 lines
465 B
SCSS
17 lines
465 B
SCSS
|
|
.device-status-content-box{
|
|
background-image: url("@/assets/common/device_status_bg_line.png");
|
|
background-size: 100% 100%;
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
.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;
|
|
}
|
|
} |