updated format code

This commit is contained in:
Warunee Tamkoo 2024-09-03 11:28:01 +07:00
parent b75d69ea08
commit b14bad2249
241 changed files with 14012 additions and 13811 deletions

View file

@ -23,7 +23,10 @@ const formData = reactive<FormFeature>({
</script>
<template>
<div class="q-pa-sm" :style="$q.screen.lt.sm ? '' : 'max-height: 64vh; overflow: scroll;' ">
<div
class="q-pa-sm"
:style="$q.screen.lt.sm ? '' : 'max-height: 64vh; overflow: scroll;'"
>
<q-list dense>
<q-item v-ripple class="listItem">
<q-item-section avatar>
@ -139,11 +142,10 @@ const formData = reactive<FormFeature>({
</template>
<style scoped>
.listItem{
.listItem {
padding: 5px 0px !important;
}
.listItem .q-item__section--avatar{
min-width: auto !important;
.listItem .q-item__section--avatar {
min-width: auto !important;
}
</style>

View file

@ -27,11 +27,11 @@ function copyLink() {
<template>
<div class="row q-pa-md">
<div class="col-12 row items-center justify-center q-col-gutter-sm">
<div class="row q-pr-md"><strong>Public URL : </strong>
<a :href="`${link}/${id}`" class="q-pl-sm"> {{link}}/{{ id }}
</a>
<div class="row q-pr-md">
<strong>Public URL : </strong>
<a :href="`${link}/${id}`" class="q-pl-sm"> {{ link }}/{{ id }} </a>
</div>
<q-space/>
<q-space />
<div>
<q-btn
outline