diff --git a/package.json b/package.json index e26fbe28d2..f88b5d93cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.16.9", + "version": "12.119.0-calc.16.10", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/page.vue b/packages/client/src/pages/page.vue index cc6490571b..faeaa27a50 100644 --- a/packages/client/src/pages/page.vue +++ b/packages/client/src/pages/page.vue @@ -158,7 +158,7 @@ function pin(pin) { }); } -watch(() => path, fetchPage, { immediate: true }); +watch(() => path, fetchPage, bgImg, { immediate: true }); const headerActions = $computed(() => []); @@ -269,7 +269,7 @@ definePageMetadata(computed(() => page ? { > .other { > button { - padding: 8px; + padding: 2px; margin: 0 8px; &:hover {