Commit e8174cbe authored by dragondean@qq.com's avatar dragondean@qq.com

提单工作流优化

parent 650053be
<template>
<div>
<div class="workflow">
<div class="mb-10">
<my-process-viewer
ref="processViewer"
......@@ -82,4 +82,9 @@ export default {
}
}
</script>
\ No newline at end of file
</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