no message

cyl/master
jscyl13849007907 1 week ago
parent 15fa54bf56
commit 5b58e2f9cf

@ -14,14 +14,14 @@
<div v-if="item.waitcount" style="position: absolute; right: -6px; top: -6px; background-color: #f5222d; width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; font-size: 12px; color: #fff">
{{ item.waitcount > 99 ? "99+" : item.waitcount }}
</div>
<div style="position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 36px;height: 18px;border-radius: 4px;color: #ffffff;line-height: 18px;"
<div style="position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 36px;height: 16px;border-radius: 4px;color: #ffffff;line-height: 16px;"
:style="{
'backgroundColor':index == 0 ? '#0091FF' : '#6ED400'
}"
v-if="index == 0 || index == 1"
class="g_flex_row_center"
>
<div style="font-size: 12px;zoom: 0.9;text-align: center;">
<div style="font-size: 12px;zoom: 0.75;text-align: center;">
{{index == 0 ? '上游' : '下游'}}
</div>
</div>

Loading…
Cancel
Save