修改主页和尺寸
This commit is contained in:
parent
417dbbe585
commit
de2b6a52b1
@ -27,7 +27,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
option: {
|
||||
backgroundColor: '#f0f0f0',
|
||||
backgroundColor: '#fefefe',
|
||||
title: {
|
||||
text: '',
|
||||
subtext: '',
|
||||
|
@ -91,6 +91,5 @@ export default {
|
||||
.perssmin-card {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
// margin-top: 20px;
|
||||
}
|
||||
</style>
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user