修改主页和尺寸

This commit is contained in:
ival 2019-09-02 17:11:19 +08:00
parent 417dbbe585
commit de2b6a52b1
3 changed files with 3 additions and 4 deletions

View File

@ -27,7 +27,7 @@ export default {
data() {
return {
option: {
backgroundColor: '#f0f0f0',
backgroundColor: '#fefefe',
title: {
text: '',
subtext: '',

View File

@ -91,6 +91,5 @@ export default {
.perssmin-card {
display: flex;
justify-content: center;
// margin-top: 20px;
}
</style>

View File

@ -20,7 +20,7 @@
:data="ruleList"
border
style="width: 100%"
:height="height-300"
:height="height-400"
>
<el-table-column prop="createTime" label="创建时间" />
<el-table-column prop="creatorUserName" label="创建者" />
@ -89,7 +89,7 @@ export default {
},
computed: {
height() {
return this.$store.state.app.height - 62;
return this.$store.state.app.height - 65;
}
},
mounted() {