- risolto problema spazi vuoti in cima alla app
- risolto problema sulle card di telegram, immagini non alte uguali e non si vedono bene...
This commit is contained in:
@@ -3074,7 +3074,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
newrec.container2 = '8';
|
||||
newrec.height = 600;
|
||||
} else if (newrec.type === shared_consts.ELEMTYPE.CARD) {
|
||||
newrec.class2 = 'row justify-center';
|
||||
newrec.class2 = 'justify-center';
|
||||
} else if (newrec.type === shared_consts.ELEMTYPE.SEARCHPRODUCT) {
|
||||
newrec.catalogo = this.createCatalogoVuoto();
|
||||
} else if (newrec.type === shared_consts.ELEMTYPE.CATALOGO) {
|
||||
|
||||
Reference in New Issue
Block a user