Browse Source

feat(core): udpate locale style2

gemercheung 3 years ago
parent
commit
94b1cf9d0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/sys/login/LoginForm.vue

+ 1 - 1
src/views/sys/login/LoginForm.vue

@@ -160,7 +160,7 @@
   //onKeyStroke('Enter', handleLogin);
 
   const getShow = computed(() => unref(getLoginState) === LoginStateEnum.LOGIN);
-  const dragCompWidth = computed(() => (localeStore.getLocale === 'ja' ? '410px' : '200px'));
+  const dragCompWidth = computed(() => (localeStore.getLocale === 'ja' ? '330px' : '200px'));
 
   function handleSuccess() {
     // console.log('11');