fix: 调整滚动视图高度

This commit is contained in:
wangzhuo
2025-09-17 21:49:53 +08:00
parent 1a3c014c83
commit 409597fa7f

View File

@@ -295,7 +295,7 @@ let handleCopyInfo = (item) => {
}
</script>
<style lang="scss" scoped>
<style scoped>
.all-body {
/* #ifdef APP-PLUS */
top: 160rpx;
@@ -306,19 +306,9 @@ let handleCopyInfo = (item) => {
height: calc(100vh - 116rpx);
/* #endif */
}
.search .btn-search {
border: none;
background: none;
line-height: normal;
color: #fff;
line-height: 56rpx !important;
padding: 10rpx 0 0;
text-align: left;
cursor: pointer;
}
.search .btn-search::after {
display: none;
.scroll-h {
height: 100%;
}
.white-bg {