|
|
@@ -195,8 +195,8 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
- <div class="components-container home-wrapper" style="background-color: white" v-if="activeIndex==1">
|
|
|
- <el-table :data="noticeList" style="width: 100%; height: 100vh;" @row-click="DownloadFile">
|
|
|
+ <div class="components-container home-wrapper" style="background-color: white;" v-if="activeIndex==1">
|
|
|
+ <el-table :data="noticeList" height="50%" style="width: 100%; height: 100vh;" @row-click="DownloadFile">
|
|
|
<el-table-column prop="Name" label="通知标题">
|
|
|
<template slot-scope="scope">
|
|
|
<i class="el-icon-caret-right"></i>
|
|
|
@@ -212,7 +212,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="components-container home-wrapper" style="background-color: white" v-if="activeIndex==2">
|
|
|
- <el-table :data="fileList" style="width: 100%; height: 100vh;" @row-click="DownloadFile">
|
|
|
+ <el-table :data="fileList" height="50%" style="width: 100%; height: 100vh;" @row-click="DownloadFile">
|
|
|
<el-table-column prop="Name" label="文件名">
|
|
|
<template slot-scope="scope">
|
|
|
<i class="el-icon-caret-right"></i>
|