|
@@ -47,7 +47,15 @@
|
|
|
>
|
|
|
{{ taskArray[taskIndex].materialName }}
|
|
|
</div>
|
|
|
- <div class="productitleText" style="color: #ffffff60">
|
|
|
+ <div
|
|
|
+ class="productitleText"
|
|
|
+ style="
|
|
|
+ color: #ffffff60;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ "
|
|
|
+ >
|
|
|
{{ taskArray[taskIndex].materialModel }}
|
|
|
</div>
|
|
|
<div style="display: flex">
|
|
@@ -212,7 +220,16 @@
|
|
|
>
|
|
|
{{ item.materialName }}
|
|
|
</div>
|
|
|
- <div class="productitleText" style="color: #00000060">
|
|
|
+ <div
|
|
|
+ class="productitleText"
|
|
|
+ style="
|
|
|
+ color: #00000060;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ width: 20vw;
|
|
|
+ "
|
|
|
+ >
|
|
|
{{ item.materialModel }}
|
|
|
</div>
|
|
|
<div style="display: flex">
|