🎨
This commit is contained in:
		
							parent
							
								
									37d137b475
								
							
						
					
					
						commit
						477437282d
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		|  | @ -97,8 +97,8 @@ onMounted(async () => { | ||||||
| 		> .pies { | 		> .pies { | ||||||
| 			display: grid; | 			display: grid; | ||||||
| 			grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | 			grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | ||||||
| 			grid-gap: 16px; | 			grid-gap: 12px; | ||||||
| 			margin-bottom: 16px; | 			margin-bottom: 12px; | ||||||
| 
 | 
 | ||||||
| 			> .pie { | 			> .pie { | ||||||
| 				position: relative; | 				position: relative; | ||||||
|  | @ -127,7 +127,7 @@ onMounted(async () => { | ||||||
| 		> .items { | 		> .items { | ||||||
| 			display: grid; | 			display: grid; | ||||||
| 			grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | 			grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | ||||||
| 			grid-gap: 16px; | 			grid-gap: 12px; | ||||||
| 
 | 
 | ||||||
| 			> .item { | 			> .item { | ||||||
| 				display: flex; | 				display: flex; | ||||||
|  |  | ||||||
|  | @ -109,7 +109,7 @@ onUnmounted(() => { | ||||||
| 		> .charts { | 		> .charts { | ||||||
| 			display: grid; | 			display: grid; | ||||||
| 			grid-template-columns: 1fr 1fr; | 			grid-template-columns: 1fr 1fr; | ||||||
| 			gap: 16px; | 			gap: 12px; | ||||||
| 
 | 
 | ||||||
| 			> .chart { | 			> .chart { | ||||||
| 				min-width: 0; | 				min-width: 0; | ||||||
|  |  | ||||||
|  | @ -82,7 +82,7 @@ onMounted(async () => { | ||||||
| .root { | .root { | ||||||
| 	display: grid; | 	display: grid; | ||||||
| 	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | 	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); | ||||||
| 	grid-gap: 16px; | 	grid-gap: 12px; | ||||||
| 
 | 
 | ||||||
| 	&:global { | 	&:global { | ||||||
| 		> .item { | 		> .item { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue