提交 4d67f5b6 作者: 翁进城

优化footer样式,并隐藏滚动条

上级 6ec1ca55
...@@ -26,6 +26,7 @@ const footerStyle: React.CSSProperties = { ...@@ -26,6 +26,7 @@ const footerStyle: React.CSSProperties = {
color: '', color: '',
backgroundColor: '', backgroundColor: '',
lineHeight: '1', lineHeight: '1',
padding: 0
}; };
type Props = { type Props = {
......
...@@ -4,6 +4,10 @@ body { ...@@ -4,6 +4,10 @@ body {
background-color: rgba(239, 241, 244, 1); background-color: rgba(239, 241, 244, 1);
} }
body::-webkit-scrollbar {
width: 0;
}
//页面基础属性 //页面基础属性
.page { .page {
width: 1200px; width: 1200px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论