Update index.vue

This commit is contained in:
Swift
2024-02-10 00:19:28 +03:30
parent 5feaa11b9b
commit f73e72280d
+5 -3
View File
@@ -16,20 +16,22 @@
کالا و وارد کردن شماره سریال خود دستگاه از اصالت دستگاه مطلع شوید.
</p>
</CCol>
<CCol lg="6" sm="12">
<div class="brand" :class="g === 1 && 'selected'">
<button @click="openModal(1)">
<i class="fas fa-phone-laptop"></i>
<span>لوازم جانبی کامپیوتر ، موبایل و محصولات حافظه</span>
</button>
</div>
</CCol>
<CCol lg="6" sm="12">
<div class="brand" :class="g === 2 && 'selected'">
<button @click="openModal(1)">
<i class="fas fa-photo-video"></i>
<span>لوازم صوتی و تصویری خودرو</span>
</button>
</div>
</CCol>
</CRow>
</div>
</div>
@@ -256,7 +258,7 @@ export default {
.brand {
flex-basis: 50%;
max-width: 200px;
max-width: 180px;
padding: 10px;
text-align: center;