feat: 对内置报告单个列表下载和预览功能增加,loading效果,防止用户重复点击下载
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user