|
@@ -126,6 +126,7 @@
|
|
|
.content-tab .table tbody tr div{
|
|
.content-tab .table tbody tr div{
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
|
|
|
+ overflow: hidden ;
|
|
|
}
|
|
}
|
|
|
.content-tab .table tbody tr div span{
|
|
.content-tab .table tbody tr div span{
|
|
|
float: left;
|
|
float: left;
|
|
@@ -152,6 +153,9 @@
|
|
|
vertical-align: top !important;
|
|
vertical-align: top !important;
|
|
|
padding-top: 15px !important;
|
|
padding-top: 15px !important;
|
|
|
}
|
|
}
|
|
|
|
|
+.v-top div p.produceDate{
|
|
|
|
|
+ text-align: left !important ;
|
|
|
|
|
+}
|
|
|
.record-line {
|
|
.record-line {
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
min-height: 30px;
|
|
min-height: 30px;
|
|
@@ -345,11 +349,11 @@ input[type="number"] {
|
|
|
</td>
|
|
</td>
|
|
|
<td class="v-top">
|
|
<td class="v-top">
|
|
|
<div>
|
|
<div>
|
|
|
- <p style="text-align: left;" ng-bind="commodity.produceDate | date : 'yyyy.MM.dd'">2017.07.10</p>
|
|
|
|
|
|
|
+ <span>封装:</span>
|
|
|
|
|
+ <span ng-bind="commodity.packaging">GHGH</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
- <span>封装:</span>
|
|
|
|
|
- <span>GHGH</span>
|
|
|
|
|
|
|
+ <p ng-bind="commodity.produceDate | date : 'yyyy.MM.dd'" class="produceDate">2017.07.10</p>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td>
|
|
<td>
|
|
@@ -416,11 +420,11 @@ input[type="number"] {
|
|
|
</td>
|
|
</td>
|
|
|
<td class="v-top">
|
|
<td class="v-top">
|
|
|
<div>
|
|
<div>
|
|
|
- <p style="text-align: left;" ng-bind="goods.produceDate | date : 'yyyy.MM.dd'">2017.07.10</p>
|
|
|
|
|
|
|
+ <span>封装:</span>
|
|
|
|
|
+ <span ng-bind="goods.packaging">GHGH</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
- <span>封装:</span>
|
|
|
|
|
- <span>GHGH</span>
|
|
|
|
|
|
|
+ <p class="produceDate" ng-bind="goods.produceDate | date : 'yyyy.MM.dd'">2017.07.10</p>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td>
|
|
<td>
|