style: vraag indicator en estimated time staan naast elkaar ipv onder
This commit is contained in:
		
							parent
							
								
									3f26353d79
								
							
						
					
					
						commit
						0a37d96c69
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		|  | @ -19,6 +19,5 @@ const hasQuestions = computed(() => { | ||||||
| </script> | </script> | ||||||
| <template v-if="!isLoading & !error"> | <template v-if="!isLoading & !error"> | ||||||
|     <v-icon v-if="hasQuestions" icon="mdi-help-circle-outline" color="red" size="small" /> |     <v-icon v-if="hasQuestions" icon="mdi-help-circle-outline" color="red" size="small" /> | ||||||
|     <div>{{ node.estimatedTime }}'</div>  |  | ||||||
| </template> | </template> | ||||||
| <style scoped></style> | <style scoped></style> | ||||||
|  |  | ||||||
|  | @ -272,7 +272,11 @@ import QuestionNotification from "@/components/QuestionNotification.vue"; | ||||||
|                                         :icon="ICONS[getNavItemState(node)]" |                                         :icon="ICONS[getNavItemState(node)]" | ||||||
|                                     ></v-icon> |                                     ></v-icon> | ||||||
|                                 </template>  |                                 </template>  | ||||||
|                                 <QuestionNotification :node="node" v-slot:append></QuestionNotification> |                                 <template v-slot:append> | ||||||
|  |                                     <QuestionNotification :node="node"></QuestionNotification> | ||||||
|  |                                     <div>{{ node.estimatedTime }}'</div>  | ||||||
|  |                                 </template> | ||||||
|  |                                  | ||||||
|                             </v-list-item> |                             </v-list-item> | ||||||
|                         </template> |                         </template> | ||||||
|                     </using-query-result> |                     </using-query-result> | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst