1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

feat: 删除提示页面增加换行 (#684)

This commit is contained in:
zhengkunwang223 2023-04-18 15:25:00 +08:00 committed by GitHub
parent 7b19aab305
commit 5592063e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,9 @@
<template #label>
<a href="javascript:void(0);" @click="toPage(item[0])">{{ $t('app.' + item[0]) }}</a>
</template>
{{ map.get(item[0]).toString() }}
<span style="word-break: break-all">
{{ map.get(item[0]).toString() }}
</span>
</el-descriptions-item>
</el-descriptions>
</el-col>