- Fare LISTA MOVIMENTI più comprensibile

- Grafica Circuiti
This commit is contained in:
Surya Paolo
2024-10-02 03:46:40 +02:00
parent 1424060813
commit e29de7e0f6
47 changed files with 937 additions and 291 deletions

View File

@@ -14,7 +14,7 @@
' ' +
getclass()
"
style="text-align: center"
:style="`text-align: center; `"
@click="apri()"
>
<template v-slot:avatar>
@@ -25,7 +25,7 @@
<q-icon v-if="canopen" :name="iconopen()" color="white" />
</div>
</template>
<span :class="`mybanner ` + myclasstext" :style="mystyle">{{
<span :class="{'mybanner': !small, 'mybanner-small': small, myclasstext: true}" :style="mystyle">{{
title
}}</span>
</q-banner>
@@ -44,7 +44,7 @@
' ' +
getclass()
"
style="text-align: center"
:style="`text-align: center ; ${gradient}`"
@click="apri()"
>
<template v-slot:avatar>
@@ -55,7 +55,7 @@
<q-icon v-if="canopen" :name="iconopen()" color="white" />
</div>
</template>
<span :class="`mybanner ` + myclasstext" :style="mystyle">{{
<span :class="{'mybanner': !small, 'mybanner-small': small, myclasstext: true}" :style="mystyle">{{
title
}}</span>
</q-banner>