- Fare LISTA MOVIMENTI più comprensibile
- Grafica Circuiti
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
<!--suppress ALL -->
|
||||
<template>
|
||||
|
||||
<div
|
||||
class="q-py-xs centermydiv cardrec"
|
||||
:style="
|
||||
`max-width: ` +
|
||||
(tools.getwidth($q) - 20) +
|
||||
`px; ` +
|
||||
($q.screen.lt.sm
|
||||
? `min-width: ` + (tools.getwidth($q) - (20 + margin_right)) + `px;`
|
||||
: ``)
|
||||
"
|
||||
:style="{ maxWidth: computedWidth }"
|
||||
>
|
||||
<div v-if="myrec && table === shared_consts.TABLES_MYBACHECAS">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user