Pr@dev v2@fix syspara (#15481)

* fix: 修复数据源类型错误

* fix:【数据集】系统参数超长时,省略

---------

Co-authored-by: taojinlong <jinlong@fit2cloud.com>
This commit is contained in:
taojinlong
2025-03-25 12:14:40 +08:00
committed by GitHub
parent a13ad72b30
commit 6245c41273

View File

@@ -938,7 +938,7 @@ const mousedownDrag = () => {
></component
></Icon>
</el-icon>
<span :title="fieldForm.name">{{ fieldForm.name }}</span>
<span :title="fieldForm.name" class="ellipsis">{{ fieldForm.name }}</span>
</div>
</div>
</div>