fix: 默认word-break: break-word;会导致json预览样式异常

This commit is contained in:
dap
2024-12-05 16:08:56 +08:00
parent 4df62b563e
commit 827ef2e403
2 changed files with 5 additions and 8 deletions

View File

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