在你使用ExtUI的html页面里加上:
1
2
3
|
<
style
type
=
"text/css"
>
*{font-size:12px!important;}
</
style
>
|
然后刷新,就好了,这里主要用到了IE7/FireFox/Chrome都支持的CSS属性!important,它用来颠覆(覆盖)所有之前设定好的CSS样式值。