From ce5b969fd47df202072518512851f2b7798978c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C002001lixiaobang=E2=80=9D?= <2547956374@qq.com> Date: Fri, 10 Feb 2023 16:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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%;