From a73f4b75e052d65db0560bfe027f90f9ff0fb3dc Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Fri, 26 May 2023 09:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E7=9A=84=E6=AC=A2=E8=BF=8E=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin1/index.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/admin1/index.vue b/src/views/admin1/index.vue index 33da4c3..05bbb57 100644 --- a/src/views/admin1/index.vue +++ b/src/views/admin1/index.vue @@ -18,20 +18,22 @@ > - - +
+

+ 欢迎登录系统,{{ store.$state.current_userInfo.role }} +

+
+
@@ -56,7 +58,7 @@ const store = useStore(); const isRow = ref(store.isRows); const featureState = reactive({ - property: "", + property: "https://s2.loli.net/2023/05/25/TDfPRtyHaXj3ihF.png", asideimgHeight: (document.body.clientHeight - 200) / 2 + "px", width: 100 + "%", }); @@ -87,8 +89,9 @@ const changRowStatus = (val) => { .welcome { display: flex; + flex-direction: column; align-items: center; - justify-items: space-between; + justify-items: self-end; } .admin {