fix: https image url

This commit is contained in:
ycjcl868 2019-12-26 14:52:13 +08:00
parent 8a7beb02bd
commit 78c8647d00
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ import { Empty, Button } from 'antd';
ReactDOM.render( ReactDOM.render(
<Empty <Empty
image="http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/ncyfsLONGK/empty.svg" image="https://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/ncyfsLONGK/empty.svg"
imageStyle={{ imageStyle={{
height: 60, height: 60,
}} }}

View File

@ -53,9 +53,9 @@ cols: 1
background-image: url("https://user-images.githubusercontent.com/507615/54591670-ac0a0180-4a65-11e9-846c-e55ffce0fe7b.png"); background-image: url("https://user-images.githubusercontent.com/507615/54591670-ac0a0180-4a65-11e9-846c-e55ffce0fe7b.png");
} }
[data-theme="dark"] .site-empty-buildIn-simple { [data-theme="dark"] .site-empty-buildIn-simple {
background-image: url("http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/oQFqhkmNPw/a38d2cdb-a33d-407c-8f8e-e3429699175d.png"); background-image: url("https://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/oQFqhkmNPw/a38d2cdb-a33d-407c-8f8e-e3429699175d.png");
} }
[data-theme="dark"] .site-empty-buildIn-default { [data-theme="dark"] .site-empty-buildIn-default {
background-image: url("http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/5kgxi7xhMT/f6a34113-f417-44ea-a558-c3e50b4d441e.png"); background-image: url("https://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/5kgxi7xhMT/f6a34113-f417-44ea-a558-c3e50b4d441e.png");
} }
</style> </style>

View File

@ -160,7 +160,7 @@ ReactDOM.render(
<Content <Content
extraContent={ extraContent={
<img <img
src="http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/YZUAr4NUNC/pageHeader.svg" src="https://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/YZUAr4NUNC/pageHeader.svg"
alt="content" alt="content"
/> />
} }