fix: overlapped table cell
This commit is contained in:
parent
8a9df70639
commit
e40b432609
1 changed files with 1 additions and 2 deletions
|
|
@ -1127,7 +1127,7 @@ watch(currentHq, () => {
|
|||
</q-td>
|
||||
|
||||
<q-td v-if="fieldSelected.includes('branchLabelName')">
|
||||
<div class="row items-center">
|
||||
<div class="row items-center no-wrap">
|
||||
<div
|
||||
:class="{
|
||||
'q-mr-sm': true,
|
||||
|
|
@ -1139,7 +1139,6 @@ watch(currentHq, () => {
|
|||
'branch-card__br': !props.row.isHeadOffice,
|
||||
}"
|
||||
style="
|
||||
width: 50px;
|
||||
display: flex;
|
||||
margin-bottom: var(--size-2);
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue