refactor: body section bordered & overflow
This commit is contained in:
parent
557eb9bf12
commit
e3341d13be
7 changed files with 10 additions and 12 deletions
|
|
@ -973,7 +973,10 @@ watch(currentHq, () => {
|
|||
/>
|
||||
</transition>
|
||||
|
||||
<div class="col surface-2 rounded" :no-padding="!!branchData.total">
|
||||
<div
|
||||
class="col surface-2 rounded bordered overflow-hidden"
|
||||
:no-padding="!!branchData.total"
|
||||
>
|
||||
<template v-if="stats.length === 3 && !stats[0]?.count">
|
||||
<div class="full-width full-height column">
|
||||
<div class="self-end q-ma-md">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue