【修改】修改权限申请流程

This commit is contained in:
zhoulingpo
2023-05-10 15:07:35 +08:00
parent 0ca1c4c6f5
commit fc0f3245be
16 changed files with 686 additions and 504 deletions
+15 -1
View File
@@ -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;
}
}