home_height

This commit is contained in:
邓晓坤
2019-09-19 15:56:06 +08:00
parent 317b6d0a06
commit 1c4edae07f
3 changed files with 9 additions and 3 deletions

View File

@@ -41,7 +41,8 @@ export default {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
color: #2c3e50; color: #2c3e50;
height: 100%; max-height: 100%;
height:auto;
} }
.slide-left-leave-active, .slide-left-leave-active,
.slide-left-enter-active, .slide-left-enter-active,

View File

@@ -10,7 +10,8 @@
} }
body { body {
height: 100%; height:auto;
max-height: 100%;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
@@ -19,7 +20,8 @@ body {
} }
html { html {
height: 100%; height:auto;
max-height: 100%;
} }
a, a,

View File

@@ -95,6 +95,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
#app{
height:auto !important
}
.home-product-container { .home-product-container {
.home-product-selected-item { .home-product-selected-item {
box-sizing: border-box; box-sizing: border-box;