From a4e15251b0ab6ac3a897c8b041d1b666ef2c8a49 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 1 Nov 2023 11:11:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E6=8B=89=E6=A0=91=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7=E7=9B=AE=E5=BD=95=E8=BF=87=E9=95=BF=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=97=A0=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8=E6=9D=A1=20#6264?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeSelectTree.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/frontend/src/components/widget/deWidget/DeSelectTree.vue b/core/frontend/src/components/widget/deWidget/DeSelectTree.vue index e7d79b3845..f9f2d3eea3 100644 --- a/core/frontend/src/components/widget/deWidget/DeSelectTree.vue +++ b/core/frontend/src/components/widget/deWidget/DeSelectTree.vue @@ -423,6 +423,7 @@ export default { .el-tree { background: var(--BgSelectTreeColor, #FFFFFF) !important; color: var(--SelectTreeColor, #606266) !important; + width: max-content; .el-tree-node.is-current { background-color: rgb(245, 247, 250, .5) !important;