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.
 
 
 

17 lines
267 B

.el-card.is-always-shadow {
box-shadow: none;
}
.el-card {
border-radius: 0;
border: none;
}
.el-card__header {
padding: 10px 20px !important;
}
.el-button{
padding: 8px 20px;
}
.el-input__inner{
height: 30px !important;
line-height: 30px !important;
}