perf: 优化 页脚对齐

This commit is contained in:
pengzhanbo 2024-02-05 23:59:07 +08:00
parent b495949b0d
commit 50a59e2aca

View File

@ -135,6 +135,11 @@ const showFooter = computed(() => {
}
@media (min-width: 640px) {
.last-updated {
flex: 1;
text-align: right;
}
.last-updated-text {
font-size: 14px;
font-weight: 500;