Browse Source

feat(core): udpate locale style2

gemercheung 3 năm trước cách đây
mục cha
commit
94b1cf9d0f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');