diff --git a/src/views/projectFront/earthworkTransportation/transportationManage/index.vue b/src/views/projectFront/earthworkTransportation/transportationManage/index.vue
index e463bb7d..f16c0605 100644
--- a/src/views/projectFront/earthworkTransportation/transportationManage/index.vue
+++ b/src/views/projectFront/earthworkTransportation/transportationManage/index.vue
@@ -56,7 +56,7 @@
-
+
-
+
+ style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;width: 60%;vertical-align: middle;">
{{ scope.row.taskName }}
@@ -1172,4 +1172,8 @@ export default {
.el-select-dropdown__item:hover {
background-color: transparent;
}
+// /deep/.cell{
+// display: flex;
+// align-items: center;
+// }