fix(ui): remove table background
This commit is contained in:
		
							parent
							
								
									677f65b917
								
							
						
					
					
						commit
						a8f9d7e555
					
				| @ -207,18 +207,26 @@ export default class CrontabGenerator extends Tool { | ||||
| </script> | ||||
| 
 | ||||
| <style scoped lang="less"> | ||||
| ::v-deep .cron-wrapper input { | ||||
| ::v-deep { | ||||
|   .cron-wrapper input { | ||||
|     text-align: center; | ||||
|     font-size: 22px; | ||||
|     font-family: Consolas, monospace; | ||||
|   } | ||||
| 
 | ||||
|   .v-data-table { | ||||
|     background-color: transparent; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .result { | ||||
|   text-align: center; | ||||
|   font-size: 18px; | ||||
|   margin-bottom: 22px; | ||||
| } | ||||
| .text-center{ | ||||
|   pre{ | ||||
| 
 | ||||
| .text-center { | ||||
|   pre { | ||||
|     display: inline-block; | ||||
|     text-align: left; | ||||
|   } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user