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

@ -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