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 {