flat:修改
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</view>
|
||||
|
||||
<!-- 主体内容区域 -->
|
||||
<view class="container-main">
|
||||
<view class="container-main" :style="{ backgroundColor: mainbackGroundColor }">
|
||||
<scroll-view v-if="useScrollView" scroll-y class="main-scroll" @scrolltolower="handleScrollToLower">
|
||||
<slot></slot>
|
||||
</scroll-view>
|
||||
@@ -70,6 +70,10 @@ defineProps({
|
||||
type: String,
|
||||
default: '#ffffff',
|
||||
},
|
||||
mainbackGroundColor: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
useScrollView: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
|
||||
Reference in New Issue
Block a user