dengrui 2 hónapja
szülő
commit
08a3f96cba
1 módosított fájl, 19 hozzáadás és 2 törlés
  1. 19 2
      src/views/pro-steps/index.vue

+ 19 - 2
src/views/pro-steps/index.vue

@@ -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">