This commit is contained in:
那些花儿
2025-10-15 10:33:33 +08:00
parent d1bc1dec50
commit 49a29dab7b
62 changed files with 3250 additions and 1131 deletions
@@ -21,7 +21,7 @@ module.exports = {
</script>
<template>
<el-dialog title="流程图预览" :visible.sync="designVisible" width="80%" top="50px" append-to-body>
<el-dialog title="流程图预览" :visible.sync="designVisible" fullscreen width="80%" top="50px" append-to-body>
<div class="diagram-viewer">
<iframe v-if="designVisible" :src="designUrl" frameborder="0"></iframe>
</div>
@@ -30,7 +30,8 @@ module.exports = {
<style scoped>
.diagram-viewer {
height: 65vh;
/*height: 65vh;*/
height: calc(100vh - 60px - 55px);
border: 1px solid #e4e7ed;
border-radius: 4px;
overflow: hidden;