提交 44b3b5fa 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

fix: request示例修改,显示结果的textarea宽度为100%

上级 b91e724d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view style="flex: 1;"> <view style="flex: 1;">
<view class="uni-padding-wrap uni-common-mt"> <view class="uni-padding-wrap uni-common-mt">
<view class="uni-common-mt" style="border-width: 2px;border-style: solid; border-radius: 4px;"> <view class="uni-common-mt" style="border-width: 2px;border-style: solid; border-radius: 4px;">
<textarea :value="res" class="uni-textarea" maxlength="-1"></textarea> <textarea :value="res" class="uni-textarea" style="width: 100%;"></textarea>
</view> </view>
<view> <view>
<text>地址 : {{ host + url}}</text> <text>地址 : {{ host + url}}</text>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册