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

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

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