fixed more layout
This commit is contained in:
@@ -67,6 +67,7 @@ function handleChildRewardSet(event: Event) {
|
|||||||
|
|
||||||
function handleRewardRequest(event: Event) {
|
function handleRewardRequest(event: Event) {
|
||||||
const payload = event.payload as ChildRewardRequestEventPayload
|
const payload = event.payload as ChildRewardRequestEventPayload
|
||||||
|
console.log('Received child_reward_request event:', payload)
|
||||||
const childId = payload.child_id
|
const childId = payload.child_id
|
||||||
const rewardId = payload.reward_id
|
const rewardId = payload.reward_id
|
||||||
if (child.value && childId == child.value.id) {
|
if (child.value && childId == child.value.id) {
|
||||||
|
|||||||
@@ -164,6 +164,7 @@ const showBack = computed(
|
|||||||
height: 48px;
|
height: 48px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topbar > div,
|
.topbar > div,
|
||||||
|
|||||||
Reference in New Issue
Block a user