现在用extjs做开发,但是发现数据与数据之间的没多少间隙(两条数据上下的间隙),而且每一条数据的数据项不少,挤在一块看着很不舒服,怎么能将每一行的数据的高度调高呢?
------解决方案--------------------
grid 行高度可以去 ext-all.css 中改
- CSS code
.x-grid3-row td,.x-grid3-summary-row td{ height:30px; line-height:30px; ......... }
.x-grid3-row td,.x-grid3-summary-row td{ height:30px; line-height:30px; ......... }