forked from github/dataease
fix(数据集): 新建数据集-数据源的名称过长-拖拽表显示右侧抽屉后-数据源名称显示超出
This commit is contained in:
parent
7348380748
commit
efccd942e8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user