changes
This commit is contained in:
@@ -81,10 +81,7 @@ provide("pos", {
|
||||
<template v-if="activeCartId && carts?.length > 0">
|
||||
<CartTabs />
|
||||
<div class="fixed-grid has-1-cols-mobile has-12-cols has-background-white is-clipped">
|
||||
<div
|
||||
class="grid"
|
||||
style="row-gap: 0"
|
||||
>
|
||||
<div class="grid is-gap-0">
|
||||
<div :class="['cell', store.viewport < 3 ? 'is-col-span-12' : 'is-col-span-8']">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
|
||||
Reference in New Issue
Block a user