修改图片大小
This commit is contained in:
parent
697f45b0ad
commit
74a2ba2c8a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue