Browse Source

修改颜色

maxiaoxiao 1 year ago
parent
commit
07414e6535
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -15,6 +15,6 @@ export default {
   top: 0;
   width: 100%;
   height: 100%;
- 
+  background: rgba(6, 37, 66, 1);
 }
 </style>