69bd0ece by 杨威

首页样式调整

1 parent 0aa8e66a
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
106 }, 106 },
107 mounted() { 107 mounted() {
108 this.$nextTick(() => { 108 this.$nextTick(() => {
109 this.tableHeight = this.$refs.notice.offsetHeight - 53; 109 this.tableHeight = this.$refs.notice.offsetHeight - 54;
110 }); 110 });
111 }, 111 },
112 methods: { 112 methods: {
...@@ -228,13 +228,13 @@ export default { ...@@ -228,13 +228,13 @@ export default {
228 } 228 }
229 } 229 }
230 } 230 }
231 .el-card__body { 231 /deep/ .el-card__body {
232 padding: 40px; 232 padding: 50px 20px;
233 } 233 }
234 } 234 }
235 .notice { 235 .notice {
236 padding: 0; 236 padding: 0;
237 height: calc(100% - 225px); 237 height: calc(100% - 285px);
238 @flex(); 238 @flex();
239 .news { 239 .news {
240 float: left; 240 float: left;
......