Commit 3bc0eeeb authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents 3022d7ad e8174cbe
<template> <template>
<div> <div class="workflow">
<div class="mb-10"> <div class="mb-10">
<my-process-viewer <my-process-viewer
ref="processViewer" ref="processViewer"
...@@ -82,4 +82,9 @@ export default { ...@@ -82,4 +82,9 @@ export default {
} }
} }
</script> </script>
\ No newline at end of file <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 { ...@@ -58,6 +58,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep .contentHtml { ::v-deep .contentHtml {
word-break: initial;
> table { > table {
width: 96% !important; width: 96% !important;
margin-left: 2%; 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