fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 59s

This commit is contained in:
luo
2026-07-30 13:24:57 +08:00
parent 8f1a731b2b
commit 9d0727ad8b
2 changed files with 3 additions and 2 deletions

View File

@@ -182,8 +182,8 @@
padding: 16rpx 8rpx;
.function-icon {
width: 76rpx;
height: 76rpx;
width: 64rpx;
height: 64rpx;
display: flex;
align-items: center;
justify-content: center;

View File

@@ -685,6 +685,7 @@
.container {
gap: 18rpx;
padding: 20rpx 24rpx 48rpx;
min-height: 100vh;
background: #f8f9fb;
box-sizing: border-box;
}