Skip to content

Commit

Permalink
feat(ui): login page - update background image
Browse files Browse the repository at this point in the history
  • Loading branch information
LHRUN committed Jan 22, 2025
1 parent 3f1e8be commit e35efea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified cmdb-ui/src/assets/login_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions cmdb-ui/src/views/user/Login.vue
Original file line number Diff line number Diff line change
@@ -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" />
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit e35efea

Please sign in to comment.