提交 a91b3e3c 作者: 方治民

chore: 去掉禁用全局回弹效果的设置、示例页添加 divider

上级 72247880
...@@ -64,11 +64,7 @@ ...@@ -64,11 +64,7 @@
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app", "navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8"
"app-plus": {
"bounce": "none",
"scrollIndicator": "none"
}
}, },
"resizable": true "resizable": true
} }
...@@ -53,15 +53,17 @@ ...@@ -53,15 +53,17 @@
radius="14" radius="14"
size="large" size="large"
background="transparent" background="transparent"
class="!mb-5" class="!mb-3"
@click="surprise" @click="surprise"
/> />
<view class="flex-center flex-col mb-5"> <view class="flex-center flex-col mb-3">
<text class="title">{{ title }}</text> <text class="title">{{ title }}</text>
<text class="title">{{ $t('app.hello') }}</text> <text class="title">{{ $t('app.hello') }}</text>
<Icon icon="emojione:grinning-face" size="48" class="mt-3" /> <Icon icon="emojione:grinning-face" size="48" class="mt-3" />
<uni-icons type="hand-up" size="30" class="mt-3" :class="[animate]" @click="handUp" /> <fui-divider />
<uni-icons type="hand-up" size="30" :class="[animate]" @click="handUp" />
</view> </view>
<fui-footer isFixed> <fui-footer isFixed>
<template #text> <template #text>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论