admin管理员组

文章数量:1632803

disabled
首先这个大家一定都知道,可以控制禁用按钮的


修改样式

//写在scoped内
//输入框
::v-deep .el-input.is-disabled .el-input__inner{
    height: 34px;
    background: #2E4074;
    border-radius: 2px;
    border: 1px solid #435FAC;
}
//文本框
::v-deep .el-textarea.is-disabled .el-textarea__inner{
    height: 34px;
    background: #2E4074;
    border-radius: 2px;
    border: 1px solid #435FAC;
    width: 100%;
}

本文标签: 样式elementvuedisabled