Bläddra i källkod

部署后提示用户更新35

tyler 2 år sedan
förälder
incheckning
86c73cd5b7
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      src/App.vue

+ 1 - 2
src/App.vue

@@ -82,7 +82,6 @@ export default {
       })
       })
     },
     },
     notificationRefresh() {
     notificationRefresh() {
-      // setTimeout()
       location.reload()
       location.reload()
       this.dialogVisible = false
       this.dialogVisible = false
     }
     }
@@ -94,6 +93,6 @@ export default {
  .message_refresh{
  .message_refresh{
    width: 320px;
    width: 320px;
    top: 50%;
    top: 50%;
-   transform: translateY(-50%)
+   transform: translateY(-50%);
  }
  }
 </style>
 </style>