mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
home_height
This commit is contained in:
@@ -41,7 +41,8 @@ export default {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: #2c3e50;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
height:auto;
|
||||
}
|
||||
.slide-left-leave-active,
|
||||
.slide-left-enter-active,
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
height:auto;
|
||||
max-height: 100%;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
@@ -19,7 +20,8 @@ body {
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
height:auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
a,
|
||||
|
||||
@@ -95,6 +95,9 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
#app{
|
||||
height:auto !important
|
||||
}
|
||||
.home-product-container {
|
||||
.home-product-selected-item {
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user