提交 2714ad42 编写于 作者: 杜庆泉's avatar 杜庆泉

storage 示例不再使用rpx单位,避免影响自动化测试截图

上级 3ee5ffaf
......@@ -50,14 +50,14 @@
<view class="uni-flex uni-row">
<button
type="default"
style="width:325rpx"
style="width:50%"
@tap="strMock"
>
填充字符串
</button>
<button
type="default"
style="width:325rpx"
style="width:50%"
@tap="complexMock"
>
填充复杂对象
......@@ -66,14 +66,14 @@
<view class="uni-flex uni-row">
<button
type="default"
style="width:325rpx"
style="width:50%"
@tap="numberMock"
>
填充整型
</button>
<button
type="default"
style="width:325rpx"
style="width:50%"
@tap="floatMock"
>
填充浮点型
......@@ -83,7 +83,7 @@
<view class="uni-flex uni-row">
<button
type="default"
style="width:750rpx"
style="width:100%"
@tap="jsonLikeMock"
>
填充符合json格式的字符串
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册