This commit is contained in:
		
							parent
							
								
									1c8f9fe202
								
							
						
					
					
						commit
						342246d77b
					
				| @ -116,7 +116,9 @@ const rotatePage = () => { | |||||||
|             Повернуть |             Повернуть | ||||||
|           </Button> |           </Button> | ||||||
|         </ButtonsBar> |         </ButtonsBar> | ||||||
|         <Button :click="savePng">Сохранить как png</Button> |         <ButtonsBar> | ||||||
|  |           <Button :click="savePng">Сохранить как png</Button> | ||||||
|  |         </ButtonsBar> | ||||||
|       </SidebarBlock> |       </SidebarBlock> | ||||||
|     </Sidebar> |     </Sidebar> | ||||||
|   </div> |   </div> | ||||||
|  | |||||||
| @ -31,6 +31,7 @@ withDefaults(defineProps<Props>(), { | |||||||
|   color: #22333B; |   color: #22333B; | ||||||
|   background-color: #EAE0D5; |   background-color: #EAE0D5; | ||||||
|   border: 1px solid #5E503F; |   border: 1px solid #5E503F; | ||||||
|  |   width: 100%; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .button:hover { | .button:hover { | ||||||
| @ -42,5 +43,6 @@ withDefaults(defineProps<Props>(), { | |||||||
|   margin: 3px; |   margin: 3px; | ||||||
|   padding: 2px 10px; |   padding: 2px 10px; | ||||||
|   font-size: 10pt; |   font-size: 10pt; | ||||||
|  |   width: auto; | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
|  | |||||||
| @ -6,6 +6,6 @@ | |||||||
| 
 | 
 | ||||||
| <style scoped> | <style scoped> | ||||||
| .buttons-bar { | .buttons-bar { | ||||||
|   padding: 0 0 20px 5px; |   padding: 15px 0 0 0; | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
|  | |||||||
| @ -28,7 +28,7 @@ const modelValue = defineModel(); | |||||||
| 
 | 
 | ||||||
| <style scoped> | <style scoped> | ||||||
| .input-container { | .input-container { | ||||||
|   margin: 10px; |   margin: 10px 0 0 0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| input { | input { | ||||||
| @ -36,7 +36,7 @@ input { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .input { | .input { | ||||||
|   margin: 10px 0; |   margin: 10px 0 0 0; | ||||||
|   border: 1px solid #c6ac8f; |   border: 1px solid #c6ac8f; | ||||||
|   padding: 10px; |   padding: 10px; | ||||||
|   border-radius: 10px; |   border-radius: 10px; | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ defineProps<{ | |||||||
| .sidebar-block { | .sidebar-block { | ||||||
|   border: 1px solid #c6ac8f; |   border: 1px solid #c6ac8f; | ||||||
|   border-radius: 10px; |   border-radius: 10px; | ||||||
|   margin: 0 0 30px 0; |   margin: 0 0 10px 0; | ||||||
|   padding: 20px; |   padding: 20px; | ||||||
|   background-color: white; |   background-color: white; | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user