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

storage 编译告警的样式修改

上级 38d0fe3e
...@@ -49,15 +49,15 @@ ...@@ -49,15 +49,15 @@
<text>{{ storageInfo }}</text> <text>{{ storageInfo }}</text>
<view class="uni-flex uni-row"> <view class="uni-flex uni-row">
<button <button
type="default" type="default"
style="-webkit-flex: 1; flex: 1" style="width:325rpx"
@tap="strMock" @tap="strMock"
> >
填充字符串 填充字符串
</button> </button>
<button <button
type="default" type="default"
style="-webkit-flex: 1; flex: 1" style="width:325rpx"
@tap="complexMock" @tap="complexMock"
> >
填充复杂对象 填充复杂对象
...@@ -65,15 +65,15 @@ ...@@ -65,15 +65,15 @@
</view> </view>
<view class="uni-flex uni-row"> <view class="uni-flex uni-row">
<button <button
type="default" type="default"
style="-webkit-flex: 1; flex: 1" style="width:325rpx"
@tap="numberMock" @tap="numberMock"
> >
填充整型 填充整型
</button> </button>
<button <button
type="default" type="default"
style="-webkit-flex: 1; flex: 1" style="width:325rpx"
@tap="floatMock" @tap="floatMock"
> >
填充浮点型 填充浮点型
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册