|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
|
|
|
<div v-show="showAll == false">
|
|
|
- <el-card style="padding: 5px; 15px">
|
|
|
+ <el-card style="padding: 5px; 15px;height: calc(24vh);">
|
|
|
<div class="header-title"> <h3>最新通知 </h3> <h4 @click="go2page">查看全部</h4></div>
|
|
|
<noticeBlock></noticeBlock>
|
|
|
</el-card>
|
|
|
|
|
|
- <el-card shadow="always" v-action="'statistic.HomeStatistics.statistics'" v-ac style="margin-top: 20px;">
|
|
|
+ <el-card shadow="always" v-action="'statistic.HomeStatistics.statistics'" v-ac style="margin-top: 20px;height: calc(70vh);">
|
|
|
<todayData></todayData>
|
|
|
</el-card>
|
|
|
</div>
|