Update _item.vue
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="m-3">
|
<div class="m-3">
|
||||||
<h4>شکایت</h4>
|
|
||||||
<div class="row ui-box p-3">
|
<div class="row ui-box p-3">
|
||||||
|
<h4>شکایت</h4>
|
||||||
|
<hr/>
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
<div class="d-flex mt-3" style="align-items: center">
|
<div class="d-flex mt-3" style="align-items: center">
|
||||||
<h5 style="margin-bottom: 1rem">نام و نام خانوادگی :</h5>
|
<h5 style="margin-bottom: 1rem">نام و نام خانوادگی :</h5>
|
||||||
@@ -39,8 +41,8 @@
|
|||||||
<p class="mr-2" style="margin-bottom: 1rem">{{ complaint?.callType ? 'ایمیل' : ' تماس تلفنی' }}</p>
|
<p class="mr-2" style="margin-bottom: 1rem">{{ complaint?.callType ? 'ایمیل' : ' تماس تلفنی' }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-lg-1" style="border-left:1px solid #8f8f8f;height:500px"></div>
|
||||||
<div class="col-lg-8">
|
<div class="col-lg-7">
|
||||||
<h5>توضیحات :</h5>
|
<h5>توضیحات :</h5>
|
||||||
<div style="display: flex; align-items: center; justify-content: center">
|
<div style="display: flex; align-items: center; justify-content: center">
|
||||||
<div class="d-flex mt-3" style="align-items: center; justify-content: center">
|
<div class="d-flex mt-3" style="align-items: center; justify-content: center">
|
||||||
|
|||||||
Reference in New Issue
Block a user