feat(projects): 登录页背景图片位置适配移动端

This commit is contained in:
Soybean
2022-04-21 00:26:21 +08:00
parent ec0776e268
commit 24010d05fb
2 changed files with 2 additions and 17 deletions

View File

@ -1,9 +1,9 @@
<template>
<div class="absolute-lt z-1 wh-full overflow-hidden">
<div class="absolute -right-300px -top-900px">
<div class="absolute -right-300px -top-900px <sm:(-right-100px -top-1170px)">
<corner-top :start-color="lightColor" :end-color="darkColor" />
</div>
<div class="absolute -left-200px -bottom-400px">
<div class="absolute -left-200px -bottom-400px <sm:(-left-100px -bottom-760px)">
<corner-bottom :start-color="darkColor" :end-color="lightColor" />
</div>
</div>