[Client] Fix UI
This commit is contained in:
		
							parent
							
								
									d5e80caac8
								
							
						
					
					
						commit
						45fb2ecb3a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6,10 +6,10 @@
 | 
			
		|||
			<sequential-entrance animation="entranceFromTop" delay="25">
 | 
			
		||||
				<div v-for="report in userReports" :key="report.id" class="haexwsjc">
 | 
			
		||||
					<ui-horizon-group inputs>
 | 
			
		||||
						<ui-input :value="report.user | acct" type="text">
 | 
			
		||||
						<ui-input :value="report.user | acct" type="text" readonly>
 | 
			
		||||
							<span>{{ $t('target') }}</span>
 | 
			
		||||
						</ui-input>
 | 
			
		||||
						<ui-input :value="report.reporter | acct" type="text">
 | 
			
		||||
						<ui-input :value="report.reporter | acct" type="text" readonly>
 | 
			
		||||
							<span>{{ $t('reporter') }}</span>
 | 
			
		||||
						</ui-input>
 | 
			
		||||
					</ui-horizon-group>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue