|
|
@ -97,7 +97,7 @@
|
|
|
|
<el-table
|
|
|
|
<el-table
|
|
|
|
stripe
|
|
|
|
stripe
|
|
|
|
:data="table.data"
|
|
|
|
:data="table.data"
|
|
|
|
height="calc(100vh - 290px)"
|
|
|
|
height="calc(100vh - 345px)"
|
|
|
|
v-loading="table.loading"
|
|
|
|
v-loading="table.loading"
|
|
|
|
v-if="table.show"
|
|
|
|
v-if="table.show"
|
|
|
|
element-loading-text="加载中"
|
|
|
|
element-loading-text="加载中"
|
|
|
@ -572,7 +572,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.box-card {
|
|
|
|
.box-card {
|
|
|
|
min-height: 300px;
|
|
|
|
min-height: 300px;
|
|
|
|
height: calc(100vh - 90px);
|
|
|
|
height: calc(100vh - 140px);
|
|
|
|
border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
.el-card__header {
|
|
|
|
.el-card__header {
|
|
|
|
background-color: rgba(249, 249, 249, 1);
|
|
|
|
background-color: rgba(249, 249, 249, 1);
|
|
|
|