Commit 28997d94 authored by 陈前坚's avatar 陈前坚

perf: 关联角色modal添加滚动条

parent a5214703
Pipeline #22397 skipped with stages
......@@ -4,6 +4,7 @@
flex-wrap: wrap;
border: 1px solid #b5b8c8;
margin-top: 20px;
margin-right: 10px;
min-height: 50px;
padding: 10px 20px;
.topCheckbox{
......
......@@ -203,4 +203,12 @@
margin-right: 0px !important;
min-width: 204px !important;
}
.ant-tree-list-holder{
overflow: auto;
height: 40vh;
}
.ant-tabs-content-holder{
overflow: auto;
height: 50vh;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment