ปรับ css เพิ่มเติม

This commit is contained in:
Tanyalak 2023-07-19 10:46:40 +07:00
parent d81d9bcf22
commit 800c87aa07
2 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,6 @@
<template>
<div>
<div class="q-pa-md" style="max-height: 68vh; overflow-y: scroll">
<q-form ref="myForm">
<div style="max-height: 68vh; overflow-y: scroll;">
<q-form ref="myForm" class="q-pa-md">
<div class="row col-12 q-col-gutter-x-lg q-col-gutter-y-md">
<div class="col-xs-12 col-md-6">
<selector
@ -381,7 +380,6 @@
<q-tooltip>อไป</q-tooltip>
</q-btn> -->
</div>
</div>
</template>
<script setup lang="ts">
import { ref } from "vue";

View file

@ -998,10 +998,14 @@ if (keycloak.tokenParsed != null) {
.q-field--outlined .q-icon {
color: #7474747f;
}
.q-card__actions .q-btn--rectangle {
padding: 0 14px !important;
}
/* custom scrollbar */
::-webkit-scrollbar {
width: 20px;
height: 20px;
width: 12px;
height: 12px;
}
::-webkit-scrollbar-track {
@ -1011,7 +1015,7 @@ if (keycloak.tokenParsed != null) {
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
border: 6px solid transparent;
border: 3px solid transparent;
background-clip: content-box;
}
@ -1019,7 +1023,5 @@ if (keycloak.tokenParsed != null) {
background-color: #a8bbbf;
}
.q-card__actions .q-btn--rectangle {
padding: 0 14px !important;
}
</style>