CN-529 fix: 实体列表页面 loading 优化

This commit is contained in:
@changcode
2022-05-06 11:16:25 +08:00
parent 9af61333bc
commit 71978e16bf
5 changed files with 102 additions and 51 deletions

View File

@@ -106,6 +106,15 @@
height: 30px;
align-items: center;
.right-label-loading {
position: relative;
.chart__loading i.el-icon-loading {
padding: 0;
top: calc(50% - 8px);
left: calc(50% - 9px);
}
}
.right-label {
width: 55px;
font-size: 14px;

View File

@@ -30,7 +30,6 @@
}
.filter__body {
padding: 11px 0 21px 0;
.filter__row {
display: flex;
justify-content: space-between;
@@ -71,9 +70,6 @@
padding: 0 10px 10px 10px;
border: 1px solid #EBEEF5;
position: absolute;
top: 210px;
left: 580px;
width: 440px;
color: #606266;
background: #fff;
border-radius: 4px;
@@ -107,6 +103,7 @@
overflow: auto;
display: flex;
flex-direction: column;
position: relative;
.filter-top-type {
padding-left: 10px;
font-size: 14px;