refactor: add class relative-position
This commit is contained in:
parent
7fc0902fee
commit
1a27674928
1 changed files with 4 additions and 1 deletions
|
|
@ -178,7 +178,10 @@ defineEmits<{
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="full-width row no-wrap wrapper" style="height: 250px">
|
<div
|
||||||
|
class="relative-position full-width row no-wrap wrapper"
|
||||||
|
style="height: 250px"
|
||||||
|
>
|
||||||
<div class="col-3 full-height column no-wrap">
|
<div class="col-3 full-height column no-wrap">
|
||||||
<div class="q-pa-sm text-center bordered" style="height: 50px">
|
<div class="q-pa-sm text-center bordered" style="height: 50px">
|
||||||
<q-btn-dropdown
|
<q-btn-dropdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue