debugger
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/* 统计信息 */
|
||||
|
||||
Reference in New Issue
Block a user