ปรับ css ออกคำสั่งเพิ่มเติม

This commit is contained in:
Tanyalak 2023-07-06 12:26:46 +07:00
parent eb4558bb0f
commit bdc7ab8df3
5 changed files with 56 additions and 48 deletions

View file

@ -1,6 +1,6 @@
<template>
<div>
<div class="q-pa-sm" style="max-height: 68vh; overflow-y: scroll">
<div class="q-py-md q-pl-md" style="height: 68vh; overflow-y: scroll">
<div class="col-12 row q-pb-sm items-center">
<q-btn flat round color="primary" @click="refresh" icon="mdi-refresh">
<q-tooltip>ปเดตขอม</q-tooltip>
@ -49,7 +49,6 @@
<q-table
flat
bordered
dense
:rows="rows"
:columns="columns"
:visible-columns="visibleColumns"