Commit fc06d6c8 authored by 罗超's avatar 罗超

解决树形下拉菜单的宽度和样式问题

parent f0135ede
......@@ -419,4 +419,11 @@ page {
}
.wrap{
white-space: wrap;
}
.el-select .el-tree.auto-width-tree{
width: unset !important;
}
.el-select .el-tree.auto-width-tree li span{
font-size: 12px;
font-weight: normal !important;
}
\ 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