mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add tooltip to notification
This commit is contained in:
+2
-1
@@ -3,8 +3,9 @@
|
|||||||
<v-app>
|
<v-app>
|
||||||
<router-view />
|
<router-view />
|
||||||
</v-app>
|
</v-app>
|
||||||
<v-snackbar color="notification-background" location="top"
|
<v-snackbar class="cursor-pointer" color="notification-background" location="top"
|
||||||
:multi-line="true" :timeout="-1" :close-on-content-click="true" v-model="showNotification">
|
:multi-line="true" :timeout="-1" :close-on-content-click="true" v-model="showNotification">
|
||||||
|
<v-tooltip activator="parent">{{ $t('Click to close') }}</v-tooltip>
|
||||||
<div class="d-inline-flex">
|
<div class="d-inline-flex">
|
||||||
<img alt="logo" class="notification-logo" :src="ezBookkeepingLogoPath" />
|
<img alt="logo" class="notification-logo" :src="ezBookkeepingLogoPath" />
|
||||||
<span class="ml-2">{{ $t('global.app.title') }}</span>
|
<span class="ml-2">{{ $t('global.app.title') }}</span>
|
||||||
|
|||||||
+2
-1
@@ -1752,5 +1752,6 @@
|
|||||||
"License": "License",
|
"License": "License",
|
||||||
"An error occurred": "An error occurred",
|
"An error occurred": "An error occurred",
|
||||||
"Parameter Invalid": "Parameter Invalid",
|
"Parameter Invalid": "Parameter Invalid",
|
||||||
"Numeric Overflow": "Numeric Overflow"
|
"Numeric Overflow": "Numeric Overflow",
|
||||||
|
"Click to close": "Click to close"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1752,5 +1752,6 @@
|
|||||||
"License": "许可协议",
|
"License": "许可协议",
|
||||||
"An error occurred": "发生错误",
|
"An error occurred": "发生错误",
|
||||||
"Parameter Invalid": "参数错误",
|
"Parameter Invalid": "参数错误",
|
||||||
"Numeric Overflow": "数值溢出"
|
"Numeric Overflow": "数值溢出",
|
||||||
|
"Click to close": "点击关闭"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user