mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Adjust column sizes for dashboard layout
This commit is contained in:
@@ -9,14 +9,14 @@ useHead({ title: 'Dashboard' });
|
||||
<template>
|
||||
<QPage class="q-pa-lg">
|
||||
<div class="row q-col-gutter-lg items-start dashboard-panels q-mt-lg">
|
||||
<div class="col-12 col-lg-7">
|
||||
<div class="col-12 col-lg-6">
|
||||
<QCard bordered class="dashboard-panel-card">
|
||||
<QCardSection class="dashboard-panel-content">
|
||||
<ScoreboardPanel />
|
||||
</QCardSection>
|
||||
</QCard>
|
||||
</div>
|
||||
<div class="col-12 col-lg-5">
|
||||
<div class="col-12 col-lg-6">
|
||||
<QCard bordered class="dashboard-panel-card">
|
||||
<QCardSection class="dashboard-panel-content">
|
||||
<BracketPanel />
|
||||
|
||||
Reference in New Issue
Block a user