refactor: 通知页面

This commit is contained in:
Captain.B 2021-08-20 15:02:53 +08:00 committed by 刘瑞斌
parent 093bf40a51
commit 99b5372bd4
2 changed files with 4 additions and 6 deletions

View File

@ -36,7 +36,7 @@
</el-card> </el-card>
</div> </div>
</div> </div>
<div style="color: black; padding-top: 50px; text-align: center"> <div style="color: gray; padding-top:20px; text-align: center">
- 仅显示最近3个月的站内消息 - - 仅显示最近3个月的站内消息 -
</div> </div>
</div> </div>
@ -108,8 +108,7 @@ export default {
<style scoped> <style scoped>
.report-container { .report-container {
height: calc(100vh - 180px); height: calc(100vh - 250px);
min-height: 600px;
overflow-y: auto; overflow-y: auto;
} }

View File

@ -36,7 +36,7 @@
</el-card> </el-card>
</div> </div>
</div> </div>
<div style="color: black; padding-top: 50px; text-align: center"> <div style="color: gray; padding-top: 20px; text-align: center">
- 仅显示最近3个月的站内消息 - - 仅显示最近3个月的站内消息 -
</div> </div>
</div> </div>
@ -107,8 +107,7 @@ export default {
<style scoped> <style scoped>
.report-container { .report-container {
height: calc(100vh - 180px); height: calc(100vh - 250px);
min-height: 600px;
overflow-y: auto; overflow-y: auto;
} }