From 71ffb0451e93abf7655704b05f6526c70324ee4b Mon Sep 17 00:00:00 2001 From: wangqing <250543222@qq.com> Date: Wed, 10 Mar 2021 23:18:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E5=8D=95=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=98=BE=E7=A4=BA=E5=88=97=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E9=95=BF=E5=BA=A6=E7=9C=81=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/form/statistics.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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;