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

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

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