Merge branch 'feature/开门红首页业绩表格' into dev

This commit is contained in:
mengxiaolong
2020-11-20 09:54:20 +08:00
2 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
}
body {
height:auto;
max-height: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
@@ -17,6 +19,11 @@ body {
background-color: #f5f5f5;
}
html {
height:auto;
max-height: 100%;
}
a,
a:focus,
a:hover {

View File

@@ -136,7 +136,7 @@ export default {
showMore() {
this.idMoreDataShow = !this.idMoreDataShow
this.$nextTick(() => {
const height = document.body.clientHeight
const height = this.$refs.product.offsetHeight
console.log('after: ', height)
window.EWebBridge.webCallAppInJs('updateWebHeight', {
height