강현태

add result.xls

No preview for this file type
...@@ -45,17 +45,8 @@ ...@@ -45,17 +45,8 @@
45 </v-flex> 45 </v-flex>
46 </v-layout> 46 </v-layout>
47 </v-container> 47 </v-container>
48 - <v-container v-if="currentView=='Model'"> 48 + <v-container fluid v-if="currentView=='Model'">
49 - <v-layout> 49 + <img src="http://13.209.76.130/model.png" alt="" />
50 - <v-flex>
51 - <v-card>
52 - <v-card-media
53 - :src="'http://13.209.76.130/model.png?'+Math.random()"
54 - >
55 - </v-card-media>
56 - </v-card>
57 - </v-flex>
58 - </v-layout>
59 </v-container> 50 </v-container>
60 <v-container v-if="currentView=='Main'"> 51 <v-container v-if="currentView=='Main'">
61 <v-layout row> 52 <v-layout row>
......