test version update
This commit is contained in:
@ -54,6 +54,18 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.version {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 8px;
|
||||||
|
left: 8px;
|
||||||
|
font-size: 10px;
|
||||||
|
line-height: 1;
|
||||||
|
color: rgba(245, 247, 250, 0.35);
|
||||||
|
user-select: none;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{#if needRefresh}
|
{#if needRefresh}
|
||||||
@ -69,3 +81,5 @@
|
|||||||
<ScanPage onBack={handleBack} />
|
<ScanPage onBack={handleBack} />
|
||||||
{/if}
|
{/if}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<span class="version">Версия 1.0.3</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user