.add-btn,.add-btn:hover{
    color:#8B90A8;
    font-size:16px;
    font-weight:bold;
    height: 30px;
}
.del-btn{
    color:#ff0000;
    font-size:14px;
    font-weight:bold;
    height: 30px;
}
.edit-btn,.edit-btn:hover{
    background-color:#73acdd ;
    border:none; 
    color: #fff;
    height: 30px;
}
.save-btn,.save-btn:hover{
    background-color:#4aade3;
    border:none; 
    color: #fff;
    height: 30px;
}
.readonly-input,.readonly-input:hover{
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}


.readonly-input > .el-input__inner:focus,.readonly-input > .el-input__inner{
    border: none;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    cursor: pointer;

}
.readonly-input > .el-input__inner:focus

button:focus{
    outline: none;
}
