1
0

DirectMessagePlaceholder.vue 389 B

12345678910
  1. <template>
  2. <div class="ph-item border-0 shadow-sm p-1" style="border-radius:15px;margin-bottom: 1rem;">
  3. <div class="ph-col-12">
  4. <div class="ph-row align-items-center mt-0">
  5. <div class="ph-avatar mr-3 d-flex" style="min-width: 40px;width:40px!important;height:40px!important;border-radius: 15px;"></div>
  6. <div class="ph-col-6 big"></div>
  7. </div>
  8. </div>
  9. </div>
  10. </template>