fix
This commit is contained in:
parent
1bdf3153a4
commit
c2f1f33542
@ -193,7 +193,7 @@
|
|||||||
<span class="card-planet" v-else-if="planet > 466666">
|
<span class="card-planet" v-else-if="planet > 466666">
|
||||||
<iframe :src="planet_url + '?g=neutron'" scrolling="no" frameborder="0" style="width:155px;height:200px;padding-bottom:14px;" loading="lazy"></iframe>
|
<iframe :src="planet_url + '?g=neutron'" scrolling="no" frameborder="0" style="width:155px;height:200px;padding-bottom:14px;" loading="lazy"></iframe>
|
||||||
</span>
|
</span>
|
||||||
<span class="card-planet" v-else-if="planet > 333000">
|
<span class="card-planet" v-else-if="planet > 332999">
|
||||||
<iframe :src="planet_url + '?g=sun'" scrolling="no" frameborder="0" style="width:155px;height:200px;padding-bottom:14px;" loading="lazy"></iframe>
|
<iframe :src="planet_url + '?g=sun'" scrolling="no" frameborder="0" style="width:155px;height:200px;padding-bottom:14px;" loading="lazy"></iframe>
|
||||||
</span>
|
</span>
|
||||||
<span class="card-planet" v-else-if="planet > 1">
|
<span class="card-planet" v-else-if="planet > 1">
|
||||||
|
Loading…
Reference in New Issue
Block a user