mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
frontend-next base layout
This commit is contained in:
parent
8711928ed1
commit
c41a054c8c
109 changed files with 12353 additions and 188 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue