分辨率

This commit is contained in:
2024-02-19 17:33:43 +08:00
parent dd63a23721
commit 1dc4e6a51b
3 changed files with 6 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ export default {
position relative
_wh(100%, 100%)
z-index 1
background center / 100% url('../images/bg-login.jpg') no-repeat
background center / 100% 100% url('../images/bg-login.jpg') no-repeat
.lizi
position absolute
top 0

View File

@@ -71,8 +71,9 @@ li {
html, body {
width: 100%;
height: 100%;
width: 1920px;
height: 1200px;
/* width: 1920px; */
/* height: 1080px; 看板 */
/* height: 1200px; 大屏 */
}
body {