fix: 调整滚动视图高度
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user