Merge pull request #10756 from dataease/pr@dev-v2_st

fix(数据集): 新建数据集-数据源的名称过长-拖拽表显示右侧抽屉后-数据源名称显示超出
This commit is contained in:
dataeaseShu 2024-07-03 14:22:51 +08:00 committed by GitHub
commit 2a4d9d4031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1048,7 +1048,10 @@ const emits = defineEmits(['addComplete', 'joinEditor', 'updateAllfields', 'chan
currentNode.noteName || '-'
}}</span>
</div>
<span :title="getDsName(currentNode.datasourceId)" class="ds ellipsis"
<span
:title="getDsName(currentNode.datasourceId)"
style="max-width: 550px"
class="ds ellipsis"
>{{ t('auth.datasource') }}:{{ getDsName(currentNode.datasourceId) }}</span
>
</div>