See999 4 years ago
parent
commit
280f5dd044
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scrm_pages/site/index.vue

+ 1 - 1
src/scrm_pages/site/index.vue View File

@@ -103,7 +103,7 @@ export default {
103 103
       );
104 104
       console.log(body);
105 105
 
106
-      body.style.color = "red";
106
+      body.style.borderRadius = 50;
107 107
       // a.style.margin = 50;
108 108
     }
109 109
   },