Merge pull request #6588 from ulleo/dev

feat: 跳转配置选择仪表板页面,鼠标hover的时候,提示完整的仪表板名称
This commit is contained in:
ulleo 2023-11-08 14:24:22 +08:00 committed by GitHub
commit cfa01767d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,16 @@
style="margin-right: 10px"
@select="panelNodeClick"
@input="inputVal"
/>
>
<label
slot="option-label"
slot-scope="{ node, labelClassName }"
:class="labelClassName"
:title="node.label"
>
{{ node.label }}
</label>
</treeselect>
</el-col>
</el-row>
<el-row style="margin-top: 10px;height: 30px">