@@ -259,6 +321,12 @@ const { showDrafts } = toRefs(data);
@editListing="editListing"
@publishListing="publishListing"
/>
+
@@ -329,6 +397,19 @@ const { showDrafts } = toRefs(data);
&::-webkit-scrollbar {
display: none;
}
+ > .material_content_list_loding{
+ width: 100%;
+ height: 5rem;
+ aspect-ratio: 1/1;
+ overflow: hidden;
+ display: flex;
+ justify-content: center;
+ > img{
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
+ }
+ }
}
}
}