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.
33 lines
532 B
SCSS
33 lines
532 B
SCSS
6 months ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.el-scrollbar__view{
|
||
|
height: 650px !important;
|
||
|
}
|