feat:更新美食和旅游模块

This commit is contained in:
2026-02-09 23:16:19 +08:00
parent 45342fb55c
commit 1b8bd5a7e2
18 changed files with 179 additions and 41 deletions

View File

@@ -98,7 +98,7 @@
margin-left: 1vw;
display: flex;
flex-direction: column;
justify-content: space-between;
// justify-content: space-between;
gap: 1vh;
min-height: 28vh;

View File

@@ -223,4 +223,11 @@ $tabBar-height: 70px;
border-radius: 10px;
// box-shadow: 3px 3px 3px #CFCFCF;
}
.form-item {
padding: 10px;
background-color: var(--color-card-bg);
border: 1px solid var(--color-border-bg);
border-radius: 10px;
}
}