nggrid表高度修复为18像素错误

时间:2015-01-01 09:54:59

标签: html css angularjs ng-grid

我正在使用nggrid,以下是list-orders.client.view.html

中的代码
<section data-ng-controller="OrdersController" data-ng-init="find()">
  <div class="page-header">
    <h1>Orders</h1>
  </div>
    <div class="gridStyle" ng-grid="gridOptions"></div>
</section>

我正在使用2.0.12版本的nggrid

"devDependencies": {
    "ng-grid": "~2.0.12"
}

我的表格内容的HTML是

<div class="ngViewport ng-scope" unselectable="on" ng-viewport="" 
ng-class="{'ui-widget-content': jqueryUITheme}" ng-style="viewportStyle()" tabindex="0" 
style="width: 1140px; height: 17px;">
     <!-- code for individual cells-->
</div>

如何确保我的其他css文件没有覆盖nggrid css值?

1 个答案:

答案 0 :(得分:0)

您需要在gridStyle

中定义宽度和高度