mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 10:57:58 +00:00
fix(nc-gui): review changes
This commit is contained in:
@@ -22,7 +22,7 @@ const enableLoadingSkeleton = true
|
||||
<a-skeleton-input active size="small" class="children:rounded-md h-5 flex-1" />
|
||||
</div>
|
||||
<div class="flex flex-col gap-4 mt-3">
|
||||
<div v-for="i of ncArrayFrom(5)" :key="i" class="flex items-center gap-3">
|
||||
<div v-for="i in 5" :key="i" class="flex items-center gap-3">
|
||||
<a-skeleton-avatar active shape="square" class="!h-5 !w-5 !children:(rounded-md w-5 h-5)" />
|
||||
<a-skeleton-input active size="small" class="flex-1 children:rounded-md h-5" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user