Commit 3bc0eeeb authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents 3022d7ad e8174cbe
<template>
<div>
<div class="workflow">
<div class="mb-10">
<my-process-viewer
ref="processViewer"
......@@ -83,3 +83,8 @@ export default {
}
</script>
<style lang="scss" scoped>
.workflow ::v-deep .my-process-designer{
height: auto;
}
</style>
\ No newline at end of file
......@@ -58,6 +58,7 @@ export default {
<style lang="scss" scoped>
::v-deep .contentHtml {
word-break: initial;
> table {
width: 96% !important;
margin-left: 2%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment