物联网平台 +Web 组态
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
531 B

2 years ago
[v-cloak]{
display: none;
}
html{
background: #fff;
}
#app{
padding: 10px;
}
.el-form{
}
.el-form-item{
margin-bottom: 0;
}
.search{
border: 1px solid #ebebeb;
padding: 10px;
}
.el-table{
margin-top: 10px;
}
.video-container{
display: flex ;
align-items: center ;
padding: 10px;
border: 1px solid #e9e9e9;
border-radius: 3px;
margin-bottom: 10px;
}
.video-container:HOVER{
background: #efefef;
cursor: pointer;
}
.el-avatar{
background: transparent;
}
.self-width{
width: 400px !important ;
}