当前位置:   article > 正文

设置Grid row 的高度

css grid row height
对GridPanel 的GridView添加以下配置
 viewConfig:{                getRowClass:function(record,index,rowParams,store){                    return 'x-grid3-row mw-grid-row-height'                }            }

其中:x-grid3-row为默认设置。mw-grid-row-height为自定义设置的class名称:
.mw-grid-row-height{	padding-top:10px;        /*          text-align:center;        */	height:30px;}

由于 vertical-align 的设置不起作用,只能使用padding属性来进行调整文字的‘居中’等位置。

对于 EditorGridPanel,如果同样嫌原有InputText不够高,可以给grid添加一个Id,并设置如下CSS
#attributeGrid .x-form-text{	/* 调整字体的位置        padding-top:5px;*/	height:20px !important;}
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/684097
推荐阅读
相关标签
  

闽ICP备14008679号