Update _item.vue

This commit is contained in:
Swift
2024-02-02 16:22:16 +03:30
parent 1ca41258a6
commit 8d78bf858e
+5 -3
View File
@@ -1,8 +1,10 @@
<template>
<div>
<div class="m-3">
<h4>شکایت</h4>
<div class="row ui-box p-3">
<h4>شکایت</h4>
<hr/>
<div class="col-lg-4">
<div class="d-flex mt-3" style="align-items: center">
<h5 style="margin-bottom: 1rem">نام و نام خانوادگی :</h5>
@@ -39,8 +41,8 @@
<p class="mr-2" style="margin-bottom: 1rem">{{ complaint?.callType ? 'ایمیل' : ' تماس تلفنی' }}</p>
</div>
</div>
<div class="col-lg-8">
<div class="col-lg-1" style="border-left:1px solid #8f8f8f;height:500px"></div>
<div class="col-lg-7">
<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">