Explorar o código

部署后提示用户更新34

tyler %!s(int64=2) %!d(string=hai) anos
pai
achega
9b07d41618
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/App.vue

+ 5 - 0
src/App.vue

@@ -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>