提交 38b7844e 编写于 作者: DCloud-yyl's avatar DCloud-yyl

web端与app端截图差异优化:app端使用区域滚动

上级 23e24be7
<template>
<view>
<!-- #ifdef APP -->
<scroll-view style="flex: 1">
<!-- #endif -->
<page-head :title="title"></page-head>
<view class="uni-padding-wrap uni-common-mt">
<view class="text-box" scroll-y="true">
......@@ -17,7 +19,9 @@
</button>
</view>
</view>
</view>
<!-- #ifdef APP -->
</scroll-view>
<!-- #endif -->
</template>
<script>
......
......@@ -46,7 +46,9 @@ export default {
</script>
<template>
<!-- #ifdef APP -->
<scroll-view style="flex: 1">
<!-- #endif -->
<view class="main">
<textarea
:value="default_value"
......@@ -124,7 +126,9 @@ export default {
@change="radio_change_inputmode_enum"
></enum-data>
</view>
</scroll-view>
<!-- #ifdef APP -->
</scroll-view>
<!-- #endif -->
</template>
<style>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册