查看时候需要回显,但是不知道怎样隐去easyui-numberbox和easyui-combobox的边框么 我试了border: none !important;outline:medium !important; 但是不管用,恳请大神们帮助,,easyui-numberbox回显时候怎么带着数据单位呢 这也是一个问题 拜托诸位前辈指教
设置原来的对象没用,应为显示的不是原来的对象,要重写easyUI的css
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<style>
.combo,.numberbox{border:none}
.combo-arrow{display:none}/*隐藏下拉箭头*/
</style>