wip
This commit is contained in:
		
							parent
							
								
									233a837e35
								
							
						
					
					
						commit
						acc88825fc
					
				
					 2 changed files with 5 additions and 10 deletions
				
			
		| 
						 | 
					@ -69,6 +69,10 @@ export default Vue.extend({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style lang="scss">
 | 
					<style lang="scss">
 | 
				
			||||||
.sqadhkmv {
 | 
					.sqadhkmv {
 | 
				
			||||||
 | 
						> *:not(:last-child) {
 | 
				
			||||||
 | 
							margin-bottom: var(--margin);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	> .list-move {
 | 
						> .list-move {
 | 
				
			||||||
		transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
 | 
							transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
		</button>
 | 
							</button>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<x-list ref="notes" class="notes" :items="notes" v-slot="{ item: note }" :direction="reversed ? 'up' : 'down'" :reversed="reversed">
 | 
						<x-list ref="notes" :items="notes" v-slot="{ item: note }" :direction="reversed ? 'up' : 'down'" :reversed="reversed">
 | 
				
			||||||
		<x-note :note="note" :detail="detail" :key="note._featuredId_ || note._prId_ || note.id"/>
 | 
							<x-note :note="note" :detail="detail" :key="note._featuredId_ || note._prId_ || note.id"/>
 | 
				
			||||||
	</x-list>
 | 
						</x-list>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -85,12 +85,3 @@ export default Vue.extend({
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style lang="scss" scoped>
 | 
					 | 
				
			||||||
.mk-notes {
 | 
					 | 
				
			||||||
	> .notes {
 | 
					 | 
				
			||||||
		> ::v-deep *:not(:last-child) {
 | 
					 | 
				
			||||||
			margin-bottom: var(--margin);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
</style>
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue