1. 首页新增下载链接

develop
admin 2024-11-06 17:18:15 +08:00
parent c7f312c9f1
commit 76e3102e64
1 changed files with 7 additions and 0 deletions

View File

@ -96,6 +96,7 @@
</div>
</el-tab-pane>
</el-tabs>
<a href="https://117.47.88.108/#/install" target="_blank" class="tools-download">CWPP下载</a>
</el-form>
</div>
<div class="copyright-info">{{ configs.copyrightInformation }}</div>
@ -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;