1. 首页新增下载链接
parent
c7f312c9f1
commit
76e3102e64
|
@ -96,6 +96,7 @@
|
||||||
</div>
|
</div>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
|
<a href="https://117.47.88.108/#/install" target="_blank" class="tools-download">CWPP下载</a>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="copyright-info">{{ configs.copyrightInformation }}</div>
|
<div class="copyright-info">{{ configs.copyrightInformation }}</div>
|
||||||
|
@ -287,6 +288,12 @@ function checkCapslock({ shiftKey, key }: { shiftKey: boolean; key: string }) {
|
||||||
padding: 50px 30px;
|
padding: 50px 30px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
.tools-download{
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
bottom: 10px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
.login-title {
|
.login-title {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue