From d7a8e4a34f58b036bfaba952dc09f9e3f7db4b0b Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 11 Aug 2022 10:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulationReport/components/modules/fillAdd.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue index ffa3a6543..3f9010c48 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue @@ -387,11 +387,16 @@ ::v-deep .ant-select-tree-treenode-switcher-close { width: 255px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } - ::v-deep .ant-select-tree-node-content-wrapper{ + + ::v-deep .ant-select-tree-node-content-wrapper { + float: right; + margin-top: -2px!important; + } + + ::v-deep .ant-select-tree-title { + width: 100%; + display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;