no message

cyl/master
jscyl13849007907 1 week ago
parent 5b58e2f9cf
commit f2ca6d240d

@ -21,8 +21,10 @@
v-if="index == 0 || index == 1" v-if="index == 0 || index == 1"
class="g_flex_row_center" class="g_flex_row_center"
> >
<div style="font-size: 12px;zoom: 0.75;text-align: center;"> <div style="width: 100%;height: 100%;position: relative;">
{{index == 0 ? '上游' : '下游'}} <div style="font-size: 12px;zoom: 0.75;text-align: center;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);">
{{index == 0 ? '上游' : '下游'}}
</div>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save