fix: 在description组件中json预览样式异常
This commit is contained in:
parent
e2b91f88ab
commit
4df62b563e
@ -10,6 +10,10 @@
|
|||||||
- 角色管理 优化Drawer布局
|
- 角色管理 优化Drawer布局
|
||||||
- unplugin-vue-components插件(默认未开启) 需要排除Button组件 全局已经默认导入了
|
- unplugin-vue-components插件(默认未开启) 需要排除Button组件 全局已经默认导入了
|
||||||
|
|
||||||
|
**BUG FIXES**
|
||||||
|
|
||||||
|
- 操作日志详情 在description组件中json预览样式异常
|
||||||
|
|
||||||
# 1.1.2
|
# 1.1.2
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
@ -30,3 +30,9 @@ function handleOpenChange(open: boolean) {
|
|||||||
<Description @register="registerDescription" />
|
<Description @register="registerDescription" />
|
||||||
</BasicDrawer>
|
</BasicDrawer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.ant-descriptions :deep(.ant-descriptions-item-content) {
|
||||||
|
word-break: normal;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user