Commit fb10ab53 authored by 张俊's avatar 张俊

插件

parent 06c4f20d
...@@ -405,6 +405,9 @@ export default { ...@@ -405,6 +405,9 @@ export default {
</style> </style>
<style scoped> <style scoped>
.scale60 {
transform: scale(0.6, 0.6);
}
.scale70 { .scale70 {
transform: scale(0.7, 0.7); transform: scale(0.7, 0.7);
} }
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<script> <script>
// @ is an alias to /src // @ is an alias to /src
import WorkFlow from "@/components/work-flow/work-flow"; import WorkFlow from "@/components/work-flow/super-flow";
export default { export default {
components: { components: {
WorkFlow, WorkFlow,
......
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