Commit 4230554f authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

Configure the Skeleton to match the style

parent ee9787eb
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"dependencies": { "dependencies": {
"@antv/data-set": "^0.9.0", "@antv/data-set": "^0.9.0",
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.0.0",
"antd": "^3.9.0-beta.0", "antd": "^3.9.0-beta.2",
"bizcharts": "^3.1.10", "bizcharts": "^3.1.10",
"bizcharts-plugin-slider": "^2.0.3", "bizcharts-plugin-slider": "^2.0.3",
"classnames": "^2.2.6", "classnames": "^2.2.6",
......
...@@ -203,7 +203,13 @@ export default class PageHeader extends PureComponent { ...@@ -203,7 +203,13 @@ export default class PageHeader extends PureComponent {
return ( return (
<div className={clsString}> <div className={clsString}>
<div className={wide ? styles.wide : ''}> <div className={wide ? styles.wide : ''}>
<Skeleton loading={loading}> <Skeleton
loading={loading}
title={false}
active
paragraph={{ rows: 3 }}
avatar={{ size: 'large', shape: 'circle' }}
>
{breadcrumb} {breadcrumb}
<div className={styles.detail}> <div className={styles.detail}>
{logo && <div className={styles.logo}>{logo}</div>} {logo && <div className={styles.logo}>{logo}</div>}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment