..
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user