【问题标题】:AngularJS ui-grid - Filter text box - Increase heightAngularJS ui-grid - 过滤文本框 - 增加高度
【发布时间】:2015-09-04 20:41:48
【问题描述】:

在AngularJS ui-grid 模块中,

如何增加过滤器文本框的高度? (例如姓名、电话等过滤字段)

这里是源码演示

http://plnkr.co/edit/8Ax2wNSYiJe6XiLGIP25?p=preview

<div id="grid1" ui-grid="gridOptions" class="grid"></div>

【问题讨论】:

    标签: css angularjs angular-ui-grid


    【解决方案1】:

    不确定你想要什么。

    input.ui-grid-filter-input[type="text"] {
        height: 60px;
    }
    

    将产生this

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-05-24
      • 1970-01-01
      相关资源
      最近更新 更多