修改图片大小

This commit is contained in:
kbing1981 2024-09-05 15:41:02 +08:00
parent 697f45b0ad
commit 74a2ba2c8a
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<div style="text-align: center;">
<img src="../../../assets/images/welcome.png" style="margin-top: 50px;"/>
<div style="font-size: 20px;line-height: 30px;font-weight: 700;margin-top: 50px;">欢迎登录东北师大专家督导平台</div>
<div style="text-align: center;" >
<img src="../../../assets/images/welcome.png" style="margin-top: 10%; width:600px" />
<div style="font-size: 20px;line-height: 30px;font-weight: 700;margin-top: 50px;"></div>
</div>
</template>
<script lang="ts" setup>