Fix: time tooltip overlaps with others (#3901)
This commit is contained in:
		@@ -76,7 +76,7 @@ export default (opts: Opts = {}) => ({
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		title(): string {
 | 
			
		||||
			return new Date(this.appearNote.createdAt).toLocaleString();
 | 
			
		||||
			return '';
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		urls(): string[] {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
<template>
 | 
			
		||||
<time class="mk-time">
 | 
			
		||||
<time class="mk-time" :title="absolute">
 | 
			
		||||
	<span v-if=" mode == 'relative' ">{{ relative }}</span>
 | 
			
		||||
	<span v-if=" mode == 'absolute' ">{{ absolute }}</span>
 | 
			
		||||
	<span v-if=" mode == 'detail' ">{{ absolute }} ({{ relative }})</span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user