-
橙子 小试身手Lv3
发表于2019-7-29 10:50
楼主
1)维下拉框:复制代码 枚举下拉框:
复制代码注意:样式分为类选择器,id选择器,还有其他的选择器,类选择器要加点好,I的选择器要加#号。(全局脚本上写)
2)BI整体界面60s刷新的小脚本:
在全局脚本上写:
复制代码3)文本行列间距小脚本:
在自定义样式上写:
复制代码
- <font face="微软雅黑">addStyleSheet(".xtree_bg .xtree_selectedRowBg{background: url(../../images/xtree/xtree_selectedRowBg.gif) repeat-x #400040!important}") ;</font>
- <font face="微软雅黑">addStyleSheet(".xlistview-body tr.selected td{background: url(../../images/xtree/xtree_selectedRowBg.gif) repeat-x #400040!important}") ;</font>
2)BI整体界面60s刷新的小脚本:
在全局脚本上写:
- <font face="微软雅黑">setTime(function(){ g_rptpage.calcThisReport();},1000*60);</font>
在自定义样式上写:
- <font face="微软雅黑">line-height:28px ; letter-spacing:10</font>