|
@@ -60,7 +60,7 @@
|
|
|
<div class="item-avatar">{{ item.name.substr(0, 1) }}</div>
|
|
|
<div class="item-info">
|
|
|
<div class="item-info_top">
|
|
|
- <span class="mt-10">{{ item.name }}</span>
|
|
|
+ <span style="font-size: 16px!important;margin-bottom: 8px">{{ item.name }}</span>
|
|
|
<span>{{ $t(item.position) }}</span>
|
|
|
</div>
|
|
|
<p>{{ item.phonenumber }}</p>
|
|
@@ -72,7 +72,7 @@
|
|
|
<span style="color: #3874F6;" >{{ $t(item.reportname) }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="font-size: 12px;margin-top: 10px">{{ item.createdate }}</div>
|
|
|
+ <div style="font-size: 12px;margin-top: 8px">{{ item.createdate }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|