iWedmak commited on
Commit
cec36df
·
verified ·
1 Parent(s): a9262d4

сломал вообще раздел меню

Browse files
Files changed (1) hide show
  1. index.html +1 -5
index.html CHANGED
@@ -187,8 +187,7 @@
187
  <q-card-section>
188
  <h3 class="text-h5 text-weight-bold text-grey-9 q-mb-sm">{{ item.name }}</h3>
189
  <p class="text-grey-7 q-mb-md">{{ item.description }}</p>
190
- <div class="row items-center justify-between">
191
- <span class="text-h5 text-weight-bold text-amber-6">{{ item.price }}</span>
192
  <q-btn color="amber-6" text-color="white" label="Заказать" size="sm" />
193
  </div>
194
  </q-card-section>
@@ -284,7 +283,6 @@
284
  id: 1,
285
  name: 'Походные щи',
286
  description: 'Настоящие русские щи, томлёные на костре',
287
- price: '450 ₽',
288
  icon: 'local_cafe',
289
  hover: false
290
  },
@@ -292,7 +290,6 @@
292
  id: 2,
293
  name: 'Каша друидов',
294
  description: 'Злаковая смесь с лесными травами и ягодами',
295
- price: '380 ₽',
296
  icon: 'grass',
297
  hover: false
298
  },
@@ -300,7 +297,6 @@
300
  id: 3,
301
  name: 'Курочка у костра',
302
  description: 'Цыплёнок, запечённый на углях с травами',
303
- price: '620 ₽',
304
  icon: 'kebab_dining',
305
  hover: false
306
  }
 
187
  <q-card-section>
188
  <h3 class="text-h5 text-weight-bold text-grey-9 q-mb-sm">{{ item.name }}</h3>
189
  <p class="text-grey-7 q-mb-md">{{ item.description }}</p>
190
+ <div class="row items-center justify-center">
 
191
  <q-btn color="amber-6" text-color="white" label="Заказать" size="sm" />
192
  </div>
193
  </q-card-section>
 
283
  id: 1,
284
  name: 'Походные щи',
285
  description: 'Настоящие русские щи, томлёные на костре',
 
286
  icon: 'local_cafe',
287
  hover: false
288
  },
 
290
  id: 2,
291
  name: 'Каша друидов',
292
  description: 'Злаковая смесь с лесными травами и ягодами',
 
293
  icon: 'grass',
294
  hover: false
295
  },
 
297
  id: 3,
298
  name: 'Курочка у костра',
299
  description: 'Цыплёнок, запечённый на углях с травами',
 
300
  icon: 'kebab_dining',
301
  hover: false
302
  }