|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<ElTree class="hc-tree-node tree-line el-radio-group" :class="[ui,submitCounts?'tree-line1':'']" ref="ElTreeRef" :props="ElTreeProps" :load="ElTreeLoadNode" lazy highlight-current accordion node-key="primaryKeyId"
|
|
|
- :default-expanded-keys="defaultExpandedCids" @node-click="ElTreeClick" @node-contextmenu="ElTreeLabelContextMenu" :indent="0">
|
|
|
+ :default-expanded-keys="defaultExpandedCids" @node-click="ElTreeClick" @node-contextmenu="ElTreeLabelContextMenu" :indent="0" >
|
|
|
<template #default="{ node, data }">
|
|
|
<div class="data-custom-tree-node" :id="`${idPrefix}${data['primaryKeyId']}`">
|
|
|
<!--树组件,节点名称-->
|
|
@@ -280,8 +280,11 @@ defineExpose({
|
|
|
@import "../../../styles/app/tree.scss";
|
|
|
.el-radio-group {
|
|
|
width: 100% !important;
|
|
|
+ display:inline-grid;
|
|
|
+
|
|
|
|
|
|
}
|
|
|
+
|
|
|
.data-custom-tree-node {
|
|
|
.menu-icon1 {
|
|
|
// position: absolute;
|