diff --git a/src/views/login/login.vue b/src/views/login/login.vue
index 563681f..4ae64c5 100644
--- a/src/views/login/login.vue
+++ b/src/views/login/login.vue
@@ -96,6 +96,7 @@
+ CWPP下载
{{ configs.copyrightInformation }}
@@ -287,6 +288,12 @@ function checkCapslock({ shiftKey, key }: { shiftKey: boolean; key: string }) {
padding: 50px 30px;
background: #fff;
font-size: 17px;
+ .tools-download{
+ position: absolute;
+ right: 10px;
+ bottom: 10px;
+ font-size: 12px;
+ }
.login-title {
font-size: 32px;
text-align: center;