frontend-next base layout

This commit is contained in:
0xJacky 2022-07-30 14:53:33 +08:00
parent 8711928ed1
commit c41a054c8c
109 changed files with 12353 additions and 188 deletions

View file

@ -39,7 +39,8 @@
</a-form-item>
</a-form>
<div class="footer">
Copyright © 2020 - {{ thisYear }} Nginx UI | Language <set-language class="set_lang" style="display: inline"/>
Copyright © 2020 - {{ thisYear }} Nginx UI | Language
<set-language class="set_lang" style="display: inline"/>
</div>
</div>
</div>
@ -47,7 +48,7 @@
<script>
import SetLanguage from '@/components/SetLanguage/SetLanguage'
import $gettext from "@/lib/translate/gettext";
import $gettext from '@/lib/translate/gettext'
export default {
name: 'Login',
@ -118,7 +119,7 @@ export default {
}
.anticon {
color: #a8a5a5!important;
color: #a8a5a5 !important;
}
.login-form-button {