File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111 SPDX-License-Identifier: EPL-2.0
1212 -->
1313<script setup lang="ts">
14- import { elementLocale , t } from ' @/i18n/i18n' ;
14+ import {elementLocale , t } from ' @/i18n/i18n' ;
1515import Header from ' @/components/layouts/Header.vue' ;
1616import Side from ' @/components/layouts/Side.vue' ;
1717import Main from ' @/components/layouts/Main.vue' ;
1818import LoginForm from ' @/components/forms/LoginForm.vue' ;
1919import axios from ' axios' ;
20- import { useEnv } from ' @/stores/env' ;
21- import { ElLoading } from ' element-plus' ;
20+ import {useEnv } from ' @/stores/env' ;
21+ import {ElLoading } from ' element-plus' ;
2222
2323const env = useEnv ();
2424const error = ref (false );
@@ -104,6 +104,7 @@ onMounted(() => {
104104}
105105
106106.ej-error {
107+ width : 100% ;
107108 height : 100% ;
108109}
109110 </style >
You can’t perform that action at this time.
0 commit comments