|
@@ -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');
|