app-org-select.less 259 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .app-org-select { width: 100%; .el-input__inner{ height: 32px; line-height: 32px; } .el-input__icon{ line-height: 32px; } .ivu-dropdown{ .ivu-select-dropdown{ max-height: 400px; overflow: scroll; } } }