|
|
@@ -47,6 +47,24 @@ tbody td .text-waiting {
|
|
|
a:hover{
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+
|
|
|
+#order-detail-list .table-default tbody tr td{
|
|
|
+ vertical-align: auto ;
|
|
|
+}
|
|
|
+tbody td div .text-ps,.text-prod {
|
|
|
+ height: auto;
|
|
|
+ width: 450px;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+ .product div.text-prod .over-txt{
|
|
|
+ width: 450px;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="pane base-info" id="order-detail-list">
|
|
|
<div class="pub-com_head">
|
|
|
@@ -126,11 +144,11 @@ a:hover{
|
|
|
<tr>
|
|
|
<td class="product" width="380">
|
|
|
<div class="text-mould" ng-repeat="items in inquiryMould.inquiryMouldItems">
|
|
|
- <div class="text-num text-bold text-ps" >
|
|
|
+ <div class="text-num text-bold text-ps" title="{{items.psCode}}-{{items.psName}}">
|
|
|
{{items.psCode}}-{{items.psName}}
|
|
|
</div>
|
|
|
<div class="text-muted text-prod" ng-repeat="prod in items.inquiryMouldDetails">
|
|
|
- <div>{{prod.prodCode}}-{{prod.prodTitle}}-{{prod.prodSpec}}</div>
|
|
|
+ <div class="over-txt" title="{{prod.prodCode}}-{{prod.prodTitle}}-{{prod.prodSpec}}">{{prod.prodCode}}-{{prod.prodTitle}}-{{prod.prodSpec}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|