提交 2c593dc7 编写于 作者: jingqi.liu's avatar jingqi.liu

修改样式

上级 8fe295e9
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
return { return {
// isWeb: window.__isWeb, // isWeb: window.__isWeb,
navbarHeight: 28, navbarHeight: 38,
contentHeight: 35, contentHeight: 35,
fontSize: 37.5, fontSize: 37.5,
content: "", content: "",
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
return 0; return 0;
// return (this.contentHeight) / this.fontSize + 'rem'; // return (this.contentHeight) / this.fontSize + 'rem';
} else { } else {
return (this.navbarHeight + this.contentHeight) / this.fontSize + "rem"; return (this.navbarHeight + this.contentHeight +10) / this.fontSize + "rem";
} }
}, },
paddingTop() { paddingTop() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册