From 346ae2e0793c9fce4a97d6d1df5dedcebdbd0d40 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 11 二月 2025 17:59:52 +0800 Subject: [PATCH] mdc新增系统类型 --- src/views/dnc/base/modules/ProductStructure/ProductStructureTree.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/dnc/base/modules/ProductStructure/ProductStructureTree.vue b/src/views/dnc/base/modules/ProductStructure/ProductStructureTree.vue index 5a995f9..c19f1d8 100644 --- a/src/views/dnc/base/modules/ProductStructure/ProductStructureTree.vue +++ b/src/views/dnc/base/modules/ProductStructure/ProductStructureTree.vue @@ -24,7 +24,7 @@ <!--浜у搧缁撴瀯鏍�--> <div style="flex: 1;overflow:auto;margin-top: 10px"> - <a-tree ref="tree" show-icon :expandedKeys.sync="expandedKeys" + <a-tree blockNode show-icon :expandedKeys.sync="expandedKeys" :selectedKeys="selectedKeys" :treeData="treeDataSource" :autoExpandParent="autoExpandParent" @select="handleTreeSelect" @expand="handleTreeExpand" @rightClick="handleTreeRightClick"> <template slot="title" slot-scope="{ label, parentId, entity, key:treeKey,type}"> @@ -298,10 +298,6 @@ /deep/ .ant-card-body, /deep/ .ant-spin-nested-loading, /deep/ .ant-spin-container { height: 100%; - } - - /deep/ .ant-tree-node-content-wrapper { - width: calc(100% - 24px); } /deep/ .ant-tree-title, .ant-tree-title .ant-dropdown-trigger { -- Gitblit v1.9.3