fix: 卡片图标放大到110rpx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-28 14:50:13 +00:00
parent 4b5b51ef59
commit 2926f76a26

View File

@@ -233,13 +233,13 @@ export default {
} }
.menu-icon-box { .menu-icon-box {
width: 90rpx; width: 110rpx;
height: 90rpx; height: 110rpx;
border-radius: 20rpx; border-radius: 24rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-bottom: 12rpx; margin-bottom: 16rpx;
} }
.menu-icon-box.blue { background: #e8f4ff; } .menu-icon-box.blue { background: #e8f4ff; }
@@ -251,7 +251,7 @@ export default {
.menu-icon-box.cyan { background: #e6f7ff; } .menu-icon-box.cyan { background: #e6f7ff; }
.icon-text { .icon-text {
font-size: 36rpx; font-size: 44rpx;
font-weight: bold; font-weight: bold;
} }