瀏覽代碼

feat(core): udpate locale style2

gemercheung 3 年之前
父節點
當前提交
94b1cf9d0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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');