diff --git a/src/views/form/statistics.vue b/src/views/form/statistics.vue index 2beb8d7..12a8b8e 100644 --- a/src/views/form/statistics.vue +++ b/src/views/form/statistics.vue @@ -26,19 +26,23 @@
- + - + @@ -61,7 +65,7 @@ />
-
+
@@ -139,7 +143,8 @@ export default { }, methods: { renderHeader(h) { return ( - this.customColumnDialogVisible = true}> + this.customColumnDialogVisible = true}> ) }, queryProjectResult() { @@ -226,4 +231,9 @@ export default { line-height: 25px; color: white; } + +/deep/ .data-table-header .cell { + text-overflow: ellipsis !important; + white-space: nowrap !important; +}