Skip to content

Commit

Permalink
fix: 样式调整 TencentBlueKing#144
Browse files Browse the repository at this point in the history
  • Loading branch information
v_yutyi committed Nov 24, 2021
1 parent 1ccaac3 commit 84a3813
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/login/bklogin/templates/account/login_ce.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
left: 50% !important;
top: 50% !important;
margin: 0 !important;
transform: translate(-50%, -70%);
transform: translate(-50%, -58%);
}
.protocol-btn {
display: none !important;
Expand All @@ -28,13 +28,13 @@
<div class="page-content">
<div id="particles-js"></div>
<div class="right-top">
<img src="../../../static/img/logo_ce/right-top.png" alt="">
<img src="{{STATIC_URL}}img/logo_ce/right-top.png" alt="">
</div>
<div class="right-bottom">
<img src="../../../static/img/logo_ce/right-bottom.png" alt="">
<img src="{{STATIC_URL}}img/logo_ce/right-bottom2.png" alt="">
</div>
<div class="left-bottom">
<img src="../../../static/img/logo_ce/left-bottom.png" alt="">
<img src="{{STATIC_URL}}img/logo_ce/left-bottom.png" alt="">
</div>
<div class="login-from">
<div class="logo-title">
Expand Down
11 changes: 5 additions & 6 deletions src/login/static/css_ce/login.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 84a3813

Please sign in to comment.