|
@@ -1,7 +1,6 @@
|
|
<template>
|
|
<template>
|
|
- <el-dialog :close-on-click-modal="false" v-dialogDrag
|
|
|
|
|
|
+ <el-dialog :close-on-click-modal="false"
|
|
title="流程图"
|
|
title="流程图"
|
|
-
|
|
|
|
:visible.sync="visible">
|
|
:visible.sync="visible">
|
|
<div style="padding-top: 0px;">
|
|
<div style="padding-top: 0px;">
|
|
<img :src=getUrl() style="width: 100%">
|
|
<img :src=getUrl() style="width: 100%">
|
|
@@ -35,3 +34,19 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
+
|
|
|
|
+<!--<style lang="scss" scoped>-->
|
|
|
|
+ <!--.el-dialog{-->
|
|
|
|
+ <!--display: flex;-->
|
|
|
|
+ <!--flex-direction: column;-->
|
|
|
|
+ <!--margin:0 !important;-->
|
|
|
|
+ <!--position:absolute;-->
|
|
|
|
+ <!--top:50%;-->
|
|
|
|
+ <!--left:50%;-->
|
|
|
|
+ <!--transform:translate(-50%,-50%);-->
|
|
|
|
+ <!--}-->
|
|
|
|
+ <!--.el-dialog .el-dialog__body{-->
|
|
|
|
+ <!--flex:1;-->
|
|
|
|
+ <!--overflow: auto;-->
|
|
|
|
+ <!--}-->
|
|
|
|
+<!--</style>-->
|