提交 fdc289c5 编写于 作者: guangjun.yang's avatar guangjun.yang

高度问题

上级 54d7d208
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
// 挂载到Dom完成时 // 挂载到Dom完成时
mounted() { mounted() {
console.log('@@@@@@@@ in 挂载到Dom完成时 GJY'); console.log('@@@@@@@@ in 挂载到Dom完成时 GJY');
commonUtil.resizeHeight(92); commonUtil.resizeHeight();
this.getData(); this.getData();
}, },
...@@ -160,8 +160,8 @@ export default { ...@@ -160,8 +160,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.chain-history-detail { .chain-history-detail {
.component-content { .component-content {
margin-top: 80px; margin: 80px 20px 0 20px;
padding: 24px 32px; padding: 10px 0px 0 20px;
background: #fff; background: #fff;
overflow: auto; overflow: auto;
.title { .title {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册