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.

39 lines
768 B
SCSS

.device-status-search-box {
display: flex;
align-items: center;
gap: 12px;
margin: 10px 0;
.query-btn {
background: linear-gradient(180deg, #2589ff 0%, #46a9ed 100%);
border: 1px solid #42a5f5;
border-radius: 2px;
color: white;
padding: 8px 20px;
margin-left: 0;
}
.reset-btn {
background: transparent;
border-radius: 2px;
border: 1px solid #088bd6;
color: white;
box-shadow: none;
margin-left: 0;
}
}
.device-status-content-box{
.el-scrollbar__view {
background: transparent !important;
height: 640px;
}
.el-table__inner-wrapper{
background-color: #002a5c !important;
}
.el-table__body-wrapper, .el-scrollbar__wrap, .el-scrollbar{
background: transparent !important;
}
}