styles(): 样式优化
parent
bd01c6d7cf
commit
8e0ebcdb84
|
|
@ -342,6 +342,7 @@
|
|||
// padding: 15px;
|
||||
background-color: #fff;
|
||||
// margin-bottom: 12rpx;
|
||||
// height: 40px;
|
||||
}
|
||||
|
||||
.title .line {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
fontSize:'18px'
|
||||
}" :height='44' :safeAreaInsetTop=true leftIconSize='20' leftIconColor='rgb(153, 153, 153)'>
|
||||
</u-navbar>
|
||||
<view style="background-color: #f0f0f0;padding: 10px;margin-top: 44px;">
|
||||
<view style="background-color: #f0f0f0;padding: 10px;margin-top: 60px;">
|
||||
<!-- <view style="padding:0 10px;backgroundColor:#fff"> -->
|
||||
<view class="time-ranger">
|
||||
<view class="start-time">
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.contentItem {
|
||||
height: 260px;
|
||||
height: 340px;
|
||||
overflow: auto;
|
||||
|
||||
.itemC {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
</view>
|
||||
|
||||
</view>
|
||||
<view class="" style='overflow: auto;height:calc(100vh - 150px)' v-if="list.length !== 0">
|
||||
<view class="" style='overflow: auto;max-height:calc(100vh - 180px)' v-if="list.length !== 0">
|
||||
<view class="" v-for="(item,i) in list" :key="i" style="background-color: #fff;margin-top:10px;padding: 10px;">
|
||||
<view class="item">
|
||||
<!-- {{item.title}} -->
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="" v-if="list.length !== 0">
|
||||
<view class="" v-if="list.length !== 0" style="height:calc(100vh - 180px);overflow: auto;">
|
||||
<view class="" v-for="item in list" style="margin: 10px;background-color: #fff;padding: 10px;" >
|
||||
<view class="item">
|
||||
<!-- {{item.title}} -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue