feat:CN-1545 npm下钻table异步加载的列增加loading提示

This commit is contained in:
hyx
2024-01-15 14:29:00 +08:00
parent ff17e52bc2
commit 7f697658f4
2 changed files with 61 additions and 7 deletions

View File

@@ -63,6 +63,17 @@
font-weight: 400;
}
}
.column-loading {
display: flex;
flex-direction: row;
.loading-icon {
position:relative;
transform: translateZ(0) scale(0.5);
width:20px;
height:20px;
margin-right:3px;
}
}
.tab-table {
border: 1px solid #E2E5EC;
border-radius: 4px 4px 0 0;