src/views/dashboard/Analysis.vue
@@ -1,6 +1,6 @@ <template> <div> <div class="container"> <img src="@/assets/dashboard.jpg"> </div> </template> @@ -8,20 +8,28 @@ export default { name: "Analysis", components: { }, name: 'Analysis', components: {}, data() { return { indexStyle:1 indexStyle: 1 } }, created() { }, methods: { methods: {} } </script> <style scoped lang="less"> .container { flex: 1; display: flex; flex-direction: column; img { width: 100%; flex: 1; } } </script> </style>