修改图片大小
This commit is contained in:
parent
697f45b0ad
commit
74a2ba2c8a
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;" >
|
||||||
<img src="../../../assets/images/welcome.png" style="margin-top: 50px;"/>
|
<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 style="font-size: 20px;line-height: 30px;font-weight: 700;margin-top: 50px;"></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
Loading…
Reference in New Issue