样式更新

This commit is contained in:
kron
2025-07-14 16:40:20 +08:00
parent 0bb8c2695f
commit 24eff0df72
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ const cancelOrder = async () => {
.container { .container {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #e4e4e4; background-color: #f5f5f5;
padding-top: 10px; padding-top: 10px;
} }
.order { .order {

View File

@@ -74,7 +74,7 @@ const onLoading = async (page) => {
.container { .container {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #e4e4e4; background-color: #f5f5f5;
padding-top: 10px; padding-top: 10px;
} }
.order-item { .order-item {

View File

@@ -98,7 +98,7 @@ const logout = () => {
<style scoped> <style scoped>
.container { .container {
background-color: #e4e4e4; background-color: #f5f5f5;
height: calc(100vh - 161px); height: calc(100vh - 161px);
margin-top: 20px; margin-top: 20px;
padding-top: 10px; padding-top: 10px;