|
|
@@ -24,6 +24,9 @@
|
|
|
.pro-add-data02.open{
|
|
|
display: inline-block;
|
|
|
}
|
|
|
+ .pro-add-data02 table tbody tr td{
|
|
|
+ padding: 15px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="wrap">
|
|
|
<div class="content">
|
|
|
@@ -134,11 +137,11 @@
|
|
|
<table class="block table table-default table-striped" ng-table="tableParams" >
|
|
|
<thead>
|
|
|
<tr class="header">
|
|
|
- <th width="160px">编号</th>
|
|
|
- <th width="160px">名称</th>
|
|
|
+ <th width="160">编号</th>
|
|
|
+ <th width="200">名称</th>
|
|
|
<th>规格</th>
|
|
|
- <th width="80px">单位</th>
|
|
|
- <th width="50px">操作</th>
|
|
|
+ <th width="80">单位</th>
|
|
|
+ <th width="80">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody ng-if="tableParams.total() == 0">
|