From 7d89c0d01b1cba0a1bd10be74dc495d2bb81989a Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 12 九月 2023 19:53:28 +0800 Subject: [PATCH] 登录页 首页 样式调整 --- Source/UBCS-WEB/src/page/index/logo.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/page/index/logo.vue b/Source/UBCS-WEB/src/page/index/logo.vue index 3bc5957..c5226c7 100644 --- a/Source/UBCS-WEB/src/page/index/logo.vue +++ b/Source/UBCS-WEB/src/page/index/logo.vue @@ -16,7 +16,7 @@ <span> <img class="imgSpan" :src=imgurl> </span> - <span> {{ website.indexTitle }}</span> + <span style="font-size: 17px;margin-left: 27px">缂栫爜璧勬簮绠$悊绯荤粺</span> </span> </template> </transition-group> @@ -91,7 +91,7 @@ .imgSpan { position: absolute; top: 15px; - left: 37px; + left: 26px; } .logimg{ position: absolute; -- Gitblit v1.9.3