Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
选项值太长。我想让这些值适合组合框的大小。不管是2线还是3线。
我怎样才能做到这一点..
任何帮助..
您不能在 HTML 中使用多行组合框。我建议您使用 Javascript/jQuery 和 CSS 使用类似于选择的 div 来执行此操作。
编辑:这是一个可以帮助你的教程,在这里演示。