diff --git a/pages/Update.vue b/pages/Update.vue
index 4caad25c1b63ed348d1b2747a9d4398d32b26bd7..66531d8c933eaff3abdb0a61cf30c47b2ce1158e 100644
--- a/pages/Update.vue
+++ b/pages/Update.vue
@@ -143,46 +143,32 @@
 </template>
 
 <script>
-
+export default {
+  layout: 'settingLayout'
+}
 </script>
 
 <style lang="scss" scoped>
 .update-section {
-  .link-back::before {
-    content: '';
-    position: absolute;
-    left: 40%;
-    top: 1.9em;
-    width: 25px;
-    height: 25px;
-    border-top: 6px solid white;
-    border-right: 6px solid white;
-    border-radius: 6px;
-    transform: rotate(225deg);
-    box-shadow: 1px -2px 2px #333;
-  }
-
-  height: 620px;
-  margin-bottom: 150px;
-  margin-top: 40px;
   width: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
-  font-size: 1.3rem;
+  font-size: 2.5vh;
   text-shadow: 0 4px 7px #333;
 
   .checking{
-    font-size: 1.5rem;
+    font-size: 2.8vh;
     margin-top: 1.6em;
   }
   .wait{
-    font-size: 1.8rem;
+    font-size: 2.5vh;
     margin-top:0.6em;
   }
   .bigUpdate{
-    margin-top: 4em;
-    transform: scale(2);
+    margin-top: 5vh;
+    height:35vh;
+    width: auto;
     .cls-1, .cls-3, .cls-4 {
       fill: #fff;
     }