diff --git a/src/views/form/statistics.vue b/src/views/form/statistics.vue
index 72457ed..2beb8d7 100644
--- a/src/views/form/statistics.vue
+++ b/src/views/form/statistics.vue
@@ -61,7 +61,7 @@
/>
-
+
@@ -200,6 +200,17 @@ export default {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
+
+.custom-col-container >>> .el-checkbox__label {
+ width: 200px;
+ min-height: 25px;
+ line-height: 25px;
+ vertical-align: middle;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
.result-table-view {
width: 80%;
margin: 6px auto;