mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 13:42:52 +08:00
Merge branch 'feature/开门红首页业绩表格' into dev
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
}
|
||||
|
||||
body {
|
||||
height:auto;
|
||||
max-height: 100%;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
@@ -19,11 +17,6 @@ body {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
html {
|
||||
height:auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
a,
|
||||
a:focus,
|
||||
a:hover {
|
||||
|
||||
@@ -136,7 +136,7 @@ export default {
|
||||
showMore() {
|
||||
this.idMoreDataShow = !this.idMoreDataShow
|
||||
this.$nextTick(() => {
|
||||
const height = this.$refs.product.offsetHeight
|
||||
const height = document.body.clientHeight
|
||||
console.log('after: ', height)
|
||||
window.EWebBridge.webCallAppInJs('updateWebHeight', {
|
||||
height
|
||||
|
||||
Reference in New Issue
Block a user