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> </script>
<style lang="scss" scoped> <style scoped>
.all-body { .all-body {
/* #ifdef APP-PLUS */ /* #ifdef APP-PLUS */
top: 160rpx; top: 160rpx;
@@ -306,19 +306,9 @@ let handleCopyInfo = (item) => {
height: calc(100vh - 116rpx); height: calc(100vh - 116rpx);
/* #endif */ /* #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 { .scroll-h {
display: none; height: 100%;
} }
.white-bg { .white-bg {