debugger
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
孙诚
2025-12-25 17:20:50 +08:00
parent f42163ed95
commit 239d9dcae3
8 changed files with 47 additions and 20 deletions

View File

@@ -292,8 +292,8 @@ onMounted(() => {
<style scoped>
.smart-classification {
min-height: 100vh;
padding-bottom: 60px;
min-height: var(--vh, 100vh);
padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
}
/* 统计信息 */