wip
This commit is contained in:
		
							parent
							
								
									89eeeeff58
								
							
						
					
					
						commit
						6d07156b21
					
				
					 3 changed files with 84 additions and 58 deletions
				
			
		|  | @ -1,6 +1,7 @@ | ||||||
| <template> | <template> | ||||||
|  | <div> | ||||||
|  | 	<MkHeader :info="header"/> | ||||||
| 	<div class="uqshojas"> | 	<div class="uqshojas"> | ||||||
| 	<MkButton @click="add()" primary style="margin: 0 auto 16px auto;"><i class="fas fa-plus"></i> {{ $ts.add }}</MkButton> |  | ||||||
| 		<section class="_card _gap ads" v-for="ad in ads"> | 		<section class="_card _gap ads" v-for="ad in ads"> | ||||||
| 			<div class="_content ad"> | 			<div class="_content ad"> | ||||||
| 				<MkAd v-if="ad.url" :specify="ad"/> | 				<MkAd v-if="ad.url" :specify="ad"/> | ||||||
|  | @ -39,6 +40,7 @@ | ||||||
| 			</div> | 			</div> | ||||||
| 		</section> | 		</section> | ||||||
| 	</div> | 	</div> | ||||||
|  | </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
| <script lang="ts"> | <script lang="ts"> | ||||||
|  | @ -67,6 +69,17 @@ export default defineComponent({ | ||||||
| 				icon: 'fas fa-audio-description', | 				icon: 'fas fa-audio-description', | ||||||
| 				bg: 'var(--bg)', | 				bg: 'var(--bg)', | ||||||
| 			}, | 			}, | ||||||
|  | 			header: { | ||||||
|  | 				title: this.$ts.ads, | ||||||
|  | 				icon: 'fas fa-audio-description', | ||||||
|  | 				bg: 'var(--bg)', | ||||||
|  | 				actions: [{ | ||||||
|  | 					asFullButton: true, | ||||||
|  | 					icon: 'fas fa-plus', | ||||||
|  | 					text: this.$ts.add, | ||||||
|  | 					handler: this.add, | ||||||
|  | 				}], | ||||||
|  | 			}, | ||||||
| 			ads: [], | 			ads: [], | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
|  |  | ||||||
|  | @ -1,6 +1,8 @@ | ||||||
| <template> | <template> | ||||||
|  | <div> | ||||||
|  | 	<MkHeader :info="header"/> | ||||||
|  | 
 | ||||||
| 	<div class="ztgjmzrw"> | 	<div class="ztgjmzrw"> | ||||||
| 	<MkButton @click="add()" primary style="margin: 0 auto 16px auto;"><i class="fas fa-plus"></i> {{ $ts.add }}</MkButton> |  | ||||||
| 		<section class="_card _gap announcements" v-for="announcement in announcements"> | 		<section class="_card _gap announcements" v-for="announcement in announcements"> | ||||||
| 			<div class="_content announcement"> | 			<div class="_content announcement"> | ||||||
| 				<MkInput v-model="announcement.title"> | 				<MkInput v-model="announcement.title"> | ||||||
|  | @ -20,6 +22,7 @@ | ||||||
| 			</div> | 			</div> | ||||||
| 		</section> | 		</section> | ||||||
| 	</div> | 	</div> | ||||||
|  | </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
| <script lang="ts"> | <script lang="ts"> | ||||||
|  | @ -46,6 +49,17 @@ export default defineComponent({ | ||||||
| 				icon: 'fas fa-broadcast-tower', | 				icon: 'fas fa-broadcast-tower', | ||||||
| 				bg: 'var(--bg)', | 				bg: 'var(--bg)', | ||||||
| 			}, | 			}, | ||||||
|  | 			header: { | ||||||
|  | 				title: this.$ts.announcements, | ||||||
|  | 				icon: 'fas fa-broadcast-tower', | ||||||
|  | 				bg: 'var(--bg)', | ||||||
|  | 				actions: [{ | ||||||
|  | 					asFullButton: true, | ||||||
|  | 					icon: 'fas fa-plus', | ||||||
|  | 					text: this.$ts.add, | ||||||
|  | 					handler: this.add, | ||||||
|  | 				}], | ||||||
|  | 			}, | ||||||
| 			announcements: [], | 			announcements: [], | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
|  |  | ||||||
|  | @ -235,7 +235,6 @@ export default defineComponent({ | ||||||
| 		> .main { | 		> .main { | ||||||
| 			flex: 1; | 			flex: 1; | ||||||
| 			min-width: 0; | 			min-width: 0; | ||||||
| 			overflow: auto; |  | ||||||
| 			--baseContentWidth: 100%; | 			--baseContentWidth: 100%; | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue