fix: 在description组件中json预览样式异常

This commit is contained in:
dap
2024-12-05 16:03:35 +08:00
parent e2b91f88ab
commit 4df62b563e
2 changed files with 10 additions and 0 deletions

View File

@@ -30,3 +30,9 @@ function handleOpenChange(open: boolean) {
<Description @register="registerDescription" />
</BasicDrawer>
</template>
<style lang="scss" scoped>
.ant-descriptions :deep(.ant-descriptions-item-content) {
word-break: normal;
}
</style>