westsoft

解决UNIGUI字体太小的问题

解决UNIGUI字体太小的问题

时间:2018-05-01 22:11:28      阅读:47      评论:0      收藏:0      [点我收藏+]
 

标签:项目   gui   size   css属性   ise   问题   写入   浏览器   tex   

解决UNIGUI字体太小的问题

Unigui运行在chrome浏览器下可以有最佳的效果,但用ie打开用unigui做的项目会发现字体明显小一截,可以用自定义css来解决这个问题。

可以在UniServeModule的customcss属性中写入以下代码:

<style type="text/css">  

 *{font-size:12px!important;}  

</style>  

posted on 2018-05-22 12:33  westsoft  阅读(209)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-12-16
  • 2022-01-15
  • 2021-12-16
  • 2021-11-01
  • 2021-09-14
猜你喜欢
  • 2021-09-28
  • 2021-11-30
  • 2021-09-28
  • 2021-10-12
  • 2021-12-06
  • 2021-12-16
相关资源
相似解决方案