mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 06:46:44 +08:00
home_height
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user