feat:修改入口和 Tip

This commit is contained in:
2025-12-22 22:36:52 +08:00
parent bac430ce84
commit 9b6a0a26cc
5 changed files with 8 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

@@ -29,6 +29,10 @@
font-weight: 500; font-weight: 500;
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
padding: 8rpx 12rpx;
margin: -8rpx -12rpx;
position: relative;
z-index: 1;
} }
.tip-arrow { .tip-arrow {
+2 -1
View File
@@ -79,8 +79,9 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
id: 'number-sort', id: 'number-sort',
page: 'numberSort', page: 'numberSort',
title: '数字排序', title: '数字排序',
desc: '数字牌被打乱了,把正确的数字按顺序写下来吧~', desc: '数字排序,写出正确顺序',
icon: '🔢', icon: '🔢',
img: '/assets/mathEntrance/number-sort.png',
}, },
{ {
id: 'number-decompose', id: 'number-decompose',
@@ -40,7 +40,7 @@ createMathPage({
}, },
drawServiceOptions: { drawServiceOptions: {
title: this.data.pageTitle, title: this.data.pageTitle,
subTitle: '数字牌被打乱了,把正确的数字按顺序写下来吧~', subTitle: '数字排序,写出正确顺序',
functionId: this.data.functionId, functionId: this.data.functionId,
}, },
onCanvasReady: () => { onCanvasReady: () => {
+1 -1
View File
@@ -36,7 +36,7 @@ page {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
gap: 24rpx; gap: 22rpx;
margin-bottom: 40rpx; margin-bottom: 40rpx;
} }