style: table no data

This commit is contained in:
jialin
2025-01-21 14:25:14 +08:00
parent 6185485c68
commit d1369e765a
10 changed files with 694 additions and 570 deletions
+13
View File
@@ -0,0 +1,13 @@
.row-skeleton {
display: flex;
justify-content: flex-start;
background-color: var(--color-fill-sider);
padding: 16px;
height: 68px;
border-radius: var(--border-radius-base);
align-items: center;
.holder {
width: 33px;
}
}