修改样式
This commit is contained in:
@@ -243,7 +243,8 @@ const inputval = ref(''); // 搜索内容
|
|||||||
},
|
},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {
|
||||||
tip: '~ 空空如也 ~'
|
tip: '~ 空空如也 ~',
|
||||||
|
icon: "../../static/images/mescroll-empty.png"
|
||||||
},
|
},
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
|
|||||||
@@ -236,14 +236,15 @@
|
|||||||
},
|
},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {
|
||||||
tip: '~ 空空如也 ~'
|
tip: '~ 空空如也 ~',
|
||||||
|
icon: "../../static/images/mescroll-empty.png"
|
||||||
},
|
},
|
||||||
textLoading: '加载中...',
|
textLoading: '加载中...',
|
||||||
textNoMore: '已经到底了'
|
textNoMore: '已经到底了'
|
||||||
});
|
});
|
||||||
|
|
||||||
const downOption = ref({
|
const downOption = ref({
|
||||||
auto: true,
|
auto: false,
|
||||||
textInOffset: '下拉刷新',
|
textInOffset: '下拉刷新',
|
||||||
textOutOffset: '释放更新',
|
textOutOffset: '释放更新',
|
||||||
textLoading: '刷新中...'
|
textLoading: '刷新中...'
|
||||||
@@ -303,7 +304,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const res = await CrmMarketInformationList(param);
|
const res = await CrmMarketInformationList(param);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
list: res.rows,
|
list: res.rows,
|
||||||
total: res.total
|
total: res.total
|
||||||
@@ -432,7 +432,6 @@
|
|||||||
top: 100rpx;
|
top: 100rpx;
|
||||||
height: calc(100vh - 48px);
|
height: calc(100vh - 48px);
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.market-con{
|
/*.market-con{
|
||||||
|
|||||||
@@ -337,11 +337,12 @@ onMounted(() => {
|
|||||||
|
|
||||||
.form-con {
|
.form-con {
|
||||||
/* #ifdef APP-PLUS */
|
/* #ifdef APP-PLUS */
|
||||||
height: calc(120vh - 100px)
|
height: calc(100vh - 95px) !important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifndef APP-PLUS */
|
/* #ifndef APP-PLUS */
|
||||||
height:calc(120vh - 80px)
|
height:calc(100vh - 68px) !important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.uni-date-x) {
|
:deep(.uni-date-x) {
|
||||||
|
|||||||
Reference in New Issue
Block a user