【修改】修改权限申请流程
This commit is contained in:
@@ -97,6 +97,20 @@
|
||||
word-break: break-word;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
.no_border{
|
||||
.el-form-item .el-input__inner {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
font-size: 14px;
|
||||
border: none;
|
||||
}
|
||||
.el-form-item .el-textarea__inner{
|
||||
border: none;
|
||||
}
|
||||
.el-input.is-disabled .el-input__inner,
|
||||
.el-textarea.is-disabled .el-textarea__inner{
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user