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

This commit is contained in:
Agent
2026-03-28 14:54:55 +00:00
parent 2926f76a26
commit 8c71045175

View File

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