diff --git a/src/components/dialogs/ErrorModal.vue b/src/components/dialogs/ErrorModal.vue index af98c21..22f6bec 100644 --- a/src/components/dialogs/ErrorModal.vue +++ b/src/components/dialogs/ErrorModal.vue @@ -24,9 +24,10 @@
@@ -219,6 +220,11 @@ font-size: 26px; color: #111827; } + .detail-value-title { + flex: 0 0 120px; + font-size: 26px; + color: #6b7280; + } } .empty-details { diff --git a/src/pages/Index/History.vue b/src/pages/Index/History.vue index 6023dfd..f78d7fd 100644 --- a/src/pages/Index/History.vue +++ b/src/pages/Index/History.vue @@ -273,6 +273,7 @@ const showActionConfirm = (actionType: string) => { } } else { currentAction.value = actions[actionType] + showModal.value = true } } diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index 0a5c1cb..e3ced1f 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -423,6 +423,8 @@ console.log(debug.value) const logoClickCount = ref(0) let clickTimeout: any; const handleLogoClick = () => { + console.log('logoClickCount:', logoClickCount.value) + console.log('点击:') if (clickTimeout) { clearTimeout(clickTimeout) } diff --git a/src/pages/Index/debug.vue b/src/pages/Index/debug.vue index 5090847..d77519e 100644 --- a/src/pages/Index/debug.vue +++ b/src/pages/Index/debug.vue @@ -131,7 +131,13 @@ const start1 = async () => {