|
|
|
@ -29,7 +29,7 @@
|
|
|
|
<div class="bottom-line g_flex_column_center g_flex_1" style="padding-left: 10px">
|
|
|
|
<div class="bottom-line g_flex_column_center g_flex_1" style="padding-left: 10px">
|
|
|
|
<div class="g_fs_17 g_flex_row_between" v-if="item.userinfo && item.userinfo[0].name">
|
|
|
|
<div class="g_fs_17 g_flex_row_between" v-if="item.userinfo && item.userinfo[0].name">
|
|
|
|
<div class="g_ell_1 g_flex_1" style="color: #333;font-size: 16px;">
|
|
|
|
<div class="g_ell_1 g_flex_1" style="color: #333;font-size: 16px;">
|
|
|
|
{{ item.userinfo[0].name }} <span v-if="item.subtitle" style="color: orange;font-size: 14px;">@{{ item.subtitle }}</span>
|
|
|
|
{{ item.userinfo[0].name }} <span v-if="item.subtitle" style="color: orange;font-size: 14px;position: relative;top: -1px;">@{{ item.subtitle }}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="g_flex_none g_fs_12 g_ml_10" style="color: #999">
|
|
|
|
<div class="g_flex_none g_fs_12 g_ml_10" style="color: #999">
|
|
|
|
{{ item.time }}
|
|
|
|
{{ item.time }}
|
|
|
|
|