feat: 对内置报告单个列表下载和预览功能增加,loading效果,防止用户重复点击下载

This commit is contained in:
@changcode
2022-04-15 14:59:53 +08:00
parent 8380026959
commit d3632a5b30
3 changed files with 59 additions and 13 deletions

View File

@@ -36,7 +36,7 @@
.list-page .main-container {
padding: 0;
.cn-table {
height: calc(100% - 61px) !important;
height: calc(100% - 62px) !important;
.el-table--fit.el-table--border {
height: calc(100% - 55px) !important;
}
@@ -116,6 +116,14 @@
display: flex;
justify-content: center;
flex-direction: column;
position: relative;
.chart__loading {
.el-icon-loading {
font-size: 12px;
left: calc(50% - 6px);
top: calc(50% - 6px);
}
}
.icon {
height: 25px;
width: 25px;