Update _item.vue

This commit is contained in:
Swift
2024-02-02 15:53:01 +03:30
parent b2f69e9223
commit cb3f8fa902
+7 -3
View File
@@ -1,6 +1,7 @@
<template>
<div>
<div class="m-3">
<h4>شکایت</h4>
<div class="row ui-box p-3">
<div class="col-lg-4">
<div class="d-flex mt-3" style="align-items: center">
@@ -39,9 +40,12 @@
</div>
</div>
<div class="col-lg-8" style="display: flex; align-items: center; justify-content: center">
<div class="d-flex mt-3" style="align-items: center; justify-content: center">
<p class="mr-2" style="margin-bottom: 1rem">{{ complaint?.caption }}</p>
<div class="col-lg-8">
<h5>توضیحات :</h5>
<div style="display: flex; align-items: center; justify-content: center">
<div class="d-flex mt-3" style="align-items: center; justify-content: center">
<p class="mr-2" style="margin-bottom: 1rem">{{ complaint?.caption }}</p>
</div>
</div>
</div>
</div>