feat:修改入口和 Tip
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -29,6 +29,10 @@
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
padding: 8rpx 12rpx;
|
||||
margin: -8rpx -12rpx;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.tip-arrow {
|
||||
|
||||
@@ -79,8 +79,9 @@ export const MATH_FUNCTION_TYPES: MathFunctionType[] = [
|
||||
id: 'number-sort',
|
||||
page: 'numberSort',
|
||||
title: '数字排序',
|
||||
desc: '数字牌被打乱了,把正确的数字按顺序写下来吧~',
|
||||
desc: '数字排序,写出正确顺序',
|
||||
icon: '🔢',
|
||||
img: '/assets/mathEntrance/number-sort.png',
|
||||
},
|
||||
{
|
||||
id: 'number-decompose',
|
||||
|
||||
@@ -40,7 +40,7 @@ createMathPage({
|
||||
},
|
||||
drawServiceOptions: {
|
||||
title: this.data.pageTitle,
|
||||
subTitle: '数字牌被打乱了,把正确的数字按顺序写下来吧~',
|
||||
subTitle: '数字排序,写出正确顺序',
|
||||
functionId: this.data.functionId,
|
||||
},
|
||||
onCanvasReady: () => {
|
||||
|
||||
@@ -36,7 +36,7 @@ page {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 24rpx;
|
||||
gap: 22rpx;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user