feat(ui): login page - update background image

This commit is contained in:
songlh
2025-01-22 16:39:13 +08:00
parent 3f1e8beae8
commit e35efea712
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -1,7 +1,7 @@
<template>
<div class="ops-login">
<div class="ops-login-left">
<span>维易科技<br />让运维简单</span>
<span>维易科技 &nbsp;&nbsp; 让运维简单</span>
</div>
<div class="ops-login-right">
<img src="../../assets/logo_VECMDB.png" />
@@ -216,12 +216,12 @@ export default {
transform: translate(-50%, -50%);
}
> span {
color: white;
color: @text-color_2;
position: absolute;
top: 10%;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
font-size: 1.75vw;
font-size: 26px;
}
}
.ops-login-right {