diff --git a/src/App.vue b/src/App.vue
index f1905bc..51801f9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,7 +11,10 @@
- 国网南京雨花供电营业厅
+
+ 国网南京雨花供电营业厅
+
+
@@ -67,6 +70,14 @@ export default {
height: 100%;
background: url("./assets/images/topBg.png") no-repeat;
background-size: 100% 100%;
+ display: flex;
+ justify-content: center;
+ .topText{
+ height: 65%;
+ font-size: 35px;
+ display: flex;
+ align-items: center;
+ }
}
.topRight{
width: 11%;