fix: add bordered-b

This commit is contained in:
puriphatt 2024-07-17 08:31:31 +00:00
parent 781b872ca0
commit 53669267b1
3 changed files with 7 additions and 4 deletions

View file

@ -806,6 +806,7 @@ watch(locale, () => {
<div
class="row col-12 col-md-6"
:class="{ 'q-pt-xs': $q.screen.lt.md }"
style="white-space: nowrap"
>
<q-select
v-model="statusFilter"

View file

@ -711,7 +711,7 @@ watch(inputSearch, async () => await fetchUserList());
>
<div class="column">
<div
class="row surface-3 justify-between full-width items-center"
class="row surface-3 justify-between full-width items-center bordered-b"
style="z-index: 1"
>
<div class="row q-py-sm q-px-md justify-between full-width">

View file

@ -1645,12 +1645,14 @@ watch([inputSearch, currentStatus], async () => {
<!-- main -->
<div
class="surface-2 bordered rounded col column"
style="overflow: hidden; max-width: 100%"
class="surface-2 bordered rounded col column full-width"
style="overflow: hidden"
>
<!-- tabs -->
<div class="column">
<div class="row q-px-md q-py-sm justify-between full-width surface-3">
<div
class="row q-px-md q-py-sm justify-between full-width surface-3 bordered-b"
>
<q-input
for="input-search"
outlined