Correct skeleton
This commit is contained in:
parent
ceb58327fb
commit
7ecfe54766
|
@ -21,7 +21,7 @@ const AddTable = props => {
|
||||||
<div className={'table-styles dataview'}>
|
<div className={'table-styles dataview'}>
|
||||||
<ul className="row">
|
<ul className="row">
|
||||||
{stateLoaderSkeleton ?
|
{stateLoaderSkeleton ?
|
||||||
Array.from({ length: 41 }).map((item,index) => (
|
Array.from({ length: 70 }).map((item,index) => (
|
||||||
<li className='skeleton-list' key={index}>
|
<li className='skeleton-list' key={index}>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
||||||
|
|
|
@ -194,7 +194,7 @@ const StyleTemplates = inject("storeFocusObjects","storeTableSettings")(observer
|
||||||
<div className="dataview table-styles">
|
<div className="dataview table-styles">
|
||||||
<ul className="row">
|
<ul className="row">
|
||||||
{ stateLoaderSkeleton ?
|
{ stateLoaderSkeleton ?
|
||||||
Array.from({ length: 31 }).map((item,index) => (
|
Array.from({ length: 27 }).map((item,index) => (
|
||||||
<li className='skeleton-list' key={index}>
|
<li className='skeleton-list' key={index}>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
||||||
|
|
|
@ -24,7 +24,7 @@ const PageTable = props => {
|
||||||
<div className={'table-styles dataview'}>
|
<div className={'table-styles dataview'}>
|
||||||
<ul className="row">
|
<ul className="row">
|
||||||
{stateLoaderSkeleton ?
|
{stateLoaderSkeleton ?
|
||||||
Array.from({ length: 41 }).map((item,index) => (
|
Array.from({ length: 70 }).map((item,index) => (
|
||||||
<li className='skeleton-list' key={index}>
|
<li className='skeleton-list' key={index}>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
||||||
|
|
|
@ -33,7 +33,7 @@ const StyleTemplates = inject("storeFocusObjects","storeTableSettings")(observer
|
||||||
<div className="dataview table-styles">
|
<div className="dataview table-styles">
|
||||||
<ul className="row">
|
<ul className="row">
|
||||||
{ stateLoaderSkeleton ?
|
{ stateLoaderSkeleton ?
|
||||||
Array.from({ length: 31 }).map((item,index) => (
|
Array.from({ length: 34 }).map((item,index) => (
|
||||||
<li className='skeleton-list' key={index}>
|
<li className='skeleton-list' key={index}>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
<SkeletonBlock width='70px' height='8px' effect='wave'/>
|
||||||
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
<SkeletonBlock width='70px' height='8px' effect='wave' />
|
||||||
|
|
Loading…
Reference in a new issue