refs #6118 importSalixVariables #93
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#93
Loading…
Reference in New Issue
No description provided.
Delete Branch "6118-responsiveFixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: refs #6118 importSalixVariablesto refs #6118 importSalixVariables@ -14,6 +14,12 @@ a {
color: $orange-4;
}
@media screen and (max-width: $width-md) {
Esto lo arreglaria a nivel del componente (Es src/components/FormModel.vue)
@ -48,2 +48,4 @@
$layout-shadow-dark: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.24);
$spacing-md: 16px;
// Width from Salix variables.scss
Estes variables quasar ja les te definides, per exemple
max-width: $breakpoint-xs
Pots buscar en VSC, $breakpoint
Aci tens mes info de quasar: https://quasar.dev/style/breakpoints/
@ -173,6 +173,7 @@ const filterOptions = {
<style lang="scss" scoped>
Si ho fas a nivell de component pots borrar, estos codis que veges (com provant que funcione igual)
@ -131,2 +138,4 @@
/>
</template>
<style lang="scss">
Declarar como scoped y usar un id
631c77b850
to9dd69dbcb7
New commits pushed, approval review dismissed automatically according to repository settings
@ -143,0 +99,4 @@
model="claim"
>
<template #form="{ data, validate, filter }">
<vn-horizontal class="row q-gutter-md q-mb-md">
Si el fiques en KebabCase com esta quasar funciona??
encomter de vn-horizontal, VnHorizontal funciona?
New commits pushed, approval review dismissed automatically according to repository settings
@ -46,2 +46,4 @@
background-color: var(--vn-dark);
}
html [vnRow],
VnRow no se pot?
Revisar minusculas
@ -178,1 +63,3 @@
</style>
<FormModel :url="`Clients/${route.params.id}`" model="customer">
<template #form="{ data, validate, filter }">
<vnRow class="row q-gutter-md q-mb-md">
Aci
@ -179,0 +84,4 @@
:input-debounce="0"
/>
</div>
</vnRow>
Aci