fix(数据集): 新建数据集-数据源的名称过长-拖拽表显示右侧抽屉后-数据源名称显示超出

This commit is contained in:
dataeaseShu 2024-07-03 14:21:53 +08:00
parent 7348380748
commit efccd942e8

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>