From 77973b4269c23a76815b787cb86ac64e89acdcd7 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 09 二月 2023 10:12:45 +0800 Subject: [PATCH] # --- pages/login/login.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index b4686a7..66228b6 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,7 +1,7 @@ <template> <view class="head"> <view class="logo"> - + <image src="../../static/img/logo.png" mode="aspectFit"></image> </view> </view> <view class="content"> @@ -35,18 +35,18 @@ </script> <style lang="less"> + .display-grid { + display: grid; + } .head { - height: 200rpx; + height: 500rpx; width: 100%; - background-color: aquamarine; + // background-color: aquamarine; display: grid; grid-template-columns: 1fr; justify-items: center; align-items: center; .logo { - width: 10%; - height: 90%; - background-color: red; } } .content { -- Gitblit v1.9.1