feat:测试页位置迁移,适配 tabbar

This commit is contained in:
2025-07-22 15:48:33 +08:00
parent bec8fa978e
commit 8921d1b871
10 changed files with 135 additions and 132 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"pages/index/index",
"pages/shape/index",
"pages/debug/debug",
"pages/shapePrint/index"
"demoPages/shapePrint/index"
],
"window": {},
"style": "v2",
@@ -1,6 +1,8 @@
.word-picker {
.word-picker-content {
padding: 28rpx;
background-color: #ffffff;
overflow: hidden;
}
.word-picker-title {
font-size: 32rpx;
@@ -85,8 +87,6 @@
.btn-area {
display: flex;
justify-content: space-between;
margin-bottom: 96rpx;
// margin-bottom: 96rpx;
padding: 0 28rpx;
}
}
@@ -6,10 +6,11 @@
round
closeable="{{true}}"
close-on-click-overlay="{{true}}"
safe-area-inset-bottom="{{true}}"
safe-area-inset-bottom="{{false}}"
position="bottom"
custom-style="height: 70%"
custom-style="height:75%"
custom-class="word-picker">
<view class="word-picker-content">
<view class="word-picker-title">请选择文字</view>
<van-tabs
wx:if="{{show}}"
@@ -52,7 +53,8 @@
class="selected-word-text"
wx:for="{{selectedWords}}"
wx:key="index"
>{{item}}{{index !== selectedWords.length - 1 ? '、' : ''}}</text
>{{item}}{{index !== selectedWords.length - 1 ? '、' :
''}}</text
>
</view>
<view class="btn-area">
@@ -68,4 +70,5 @@
清空
</toy-button>
</view>
</view>
</van-popup>
+1 -1
View File
@@ -79,6 +79,6 @@
clickable
data-name="shapePrint"
is-link
url="/pages/shapePrint/index" />
url="/demoPages/shapePrint/index" />
</van-cell-group>
</view>
+1 -1
View File
@@ -25,7 +25,7 @@
"list": [
{
"name": "测试图形绘制",
"pathName": "pages/shapePrint/index",
"pathName": "demoPages/shapePrint/index",
"query": "",
"scene": null,
"launchMode": "default"