dropdown-list-mpicker.scss 314 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .ivu-select-multiple .ivu-select-item-selected:after{ display: none; } .dropdown-list-mpicker-container{ .tree-dropdown-list-mpicker{ width: 100%; .el-input__inner{ height: 32px !important; line-height: 32px !important; } .el-input__icon{ line-height: 32px; } } }