feature: 开门红首页业绩表格

1. 删除html和body的高度控制样式
This commit is contained in:
mengxiaolong
2020-11-19 16:28:51 +08:00
parent 3f0bfdb140
commit 1816231d9d

View File

@@ -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 {