提交app代码
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
@clickItem="onClickItem"
|
||||
/>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<!-- 稳态报表 -->
|
||||
<SteadyState
|
||||
@@ -44,14 +43,14 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
curTabs: 0,
|
||||
|
||||
|
||||
total: 6,
|
||||
loading: false,
|
||||
items: ['稳态报表', '暂降报告'],
|
||||
status: 'more', //more加载前 loading加载中 noMore加载后
|
||||
|
||||
navHeight: 0,
|
||||
|
||||
|
||||
indexList: [
|
||||
{
|
||||
name: '测试监测点',
|
||||
@@ -102,7 +101,7 @@ export default {
|
||||
this.navHeight = rect.height + 65
|
||||
// #endif
|
||||
// #ifdef APP-PLUS
|
||||
this.navHeight = rect.height + 10
|
||||
this.navHeight = rect.height + 25
|
||||
// #endif
|
||||
})
|
||||
.exec()
|
||||
@@ -115,7 +114,6 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
scrolltolower() {
|
||||
if (this.total != this.indexList.length) {
|
||||
this.status = 'loading'
|
||||
@@ -153,10 +151,14 @@ export default {
|
||||
width: 80% !important;
|
||||
}
|
||||
/deep/.tabsBox {
|
||||
border-bottom: 1px solid #cccccc70;
|
||||
.segmented-control {
|
||||
height: 49px;
|
||||
// height: 40px;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #cccccc70;
|
||||
.segmented-control__item {
|
||||
align-items: baseline;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.segmented-control__text {
|
||||
@@ -165,6 +167,7 @@ export default {
|
||||
}
|
||||
.segmented-control__item--text {
|
||||
font-weight: bold;
|
||||
padding: 0 0 5rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user