Correct skeleton

This commit is contained in:
ShimaginAndrey 2021-10-15 13:13:56 +03:00
parent ceb58327fb
commit 7ecfe54766
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ const AddTable = props => {
<div className={'table-styles dataview'}>
<ul className="row">
{stateLoaderSkeleton ?
Array.from({ length: 41 }).map((item,index) => (
Array.from({ length: 70 }).map((item,index) => (
<li className='skeleton-list' key={index}>
<SkeletonBlock width='70px' height='8px' effect='wave'/>
<SkeletonBlock width='70px' height='8px' effect='wave' />

View file

@ -194,7 +194,7 @@ const StyleTemplates = inject("storeFocusObjects","storeTableSettings")(observer
<div className="dataview table-styles">
<ul className="row">
{ stateLoaderSkeleton ?
Array.from({ length: 31 }).map((item,index) => (
Array.from({ length: 27 }).map((item,index) => (
<li className='skeleton-list' key={index}>
<SkeletonBlock width='70px' height='8px' effect='wave'/>
<SkeletonBlock width='70px' height='8px' effect='wave' />

View file

@ -24,7 +24,7 @@ const PageTable = props => {
<div className={'table-styles dataview'}>
<ul className="row">
{stateLoaderSkeleton ?
Array.from({ length: 41 }).map((item,index) => (
Array.from({ length: 70 }).map((item,index) => (
<li className='skeleton-list' key={index}>
<SkeletonBlock width='70px' height='8px' effect='wave'/>
<SkeletonBlock width='70px' height='8px' effect='wave' />

View file

@ -33,7 +33,7 @@ const StyleTemplates = inject("storeFocusObjects","storeTableSettings")(observer
<div className="dataview table-styles">
<ul className="row">
{ stateLoaderSkeleton ?
Array.from({ length: 31 }).map((item,index) => (
Array.from({ length: 34 }).map((item,index) => (
<li className='skeleton-list' key={index}>
<SkeletonBlock width='70px' height='8px' effect='wave'/>
<SkeletonBlock width='70px' height='8px' effect='wave' />