|
|
@@ -6,6 +6,9 @@
|
|
|
:title="$t('notificationProps.title')"
|
|
|
:visible.sync="dialogVisible"
|
|
|
width="320px"
|
|
|
+ custom-class="message_refresh"
|
|
|
+ :close-on-click-modal="false"
|
|
|
+ top="0vh"
|
|
|
>
|
|
|
<span>{{ $t('notificationProps.description') }}</span>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
@@ -90,5 +93,7 @@ export default {
|
|
|
<style lang="scss" >
|
|
|
.message_refresh{
|
|
|
width: 320px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%)
|
|
|
}
|
|
|
</style>
|