layui固定下拉框的显示条数(有滚动条)的方法
时间:2021-06-09 08:07:16|栏目:JavaScript代码|点击: 次
在css中加入下面代码:
<style>
.layui-form-select dl { max-height:200px; }
</style>

栏 目:JavaScript代码
本文地址:http://www.codeinn.net/misctech/138423.html




在css中加入下面代码:
<style>
.layui-form-select dl { max-height:200px; }
</style>

栏 目:JavaScript代码
本文地址:http://www.codeinn.net/misctech/138423.html

