🎨
This commit is contained in:
		
							parent
							
								
									c4570b37b7
								
							
						
					
					
						commit
						74e76b460b
					
				
					 2 changed files with 2 additions and 4 deletions
				
			
		|  | @ -23,8 +23,6 @@ export default defineComponent({ | |||
| <style lang="scss" scoped> | ||||
| .pxhvhrfw { | ||||
| 	display: flex; | ||||
| 	max-width: var(--baseContentWidth); | ||||
| 	margin: 0 auto; | ||||
| 
 | ||||
| 	> button { | ||||
| 		flex: 1; | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 		<Fa :icon="faTerminal" style="margin-right: 0.5em;"/>Task Manager | ||||
| 	</template> | ||||
| 	<div class="qljqmnzj"> | ||||
| 		<MkTab v-model:value="tab" :items="[{ label: 'Stream', value: 'stream', }, { label: 'API', value: 'api', }]"/> | ||||
| 		<MkTab v-model:value="tab" :items="[{ label: 'Stream', value: 'stream', }, { label: 'API', value: 'api', }]" style="border-bottom: solid 1px var(--divider);"/> | ||||
| 		<div v-if="tab === 'stream'" class="stream"> | ||||
| 			<div class="header"> | ||||
| 				<div>#ID</div> | ||||
|  | @ -76,7 +76,7 @@ export default defineComponent({ | |||
| 	> .stream { | ||||
| 		display: table; | ||||
| 		width: 100%; | ||||
| 		padding: 8px; | ||||
| 		padding: 16px; | ||||
| 		box-sizing: border-box; | ||||
| 
 | ||||
| 		> div { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue