Update index.vue
This commit is contained in:
+5
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user