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;