mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: empty svg
This commit is contained in:
parent
bd2633d303
commit
51b118e489
@ -18,7 +18,7 @@ import { Empty, Button } from 'antd';
|
||||
|
||||
ReactDOM.render(
|
||||
<Empty
|
||||
image="https://gw.alipayobjects.com/mdn/miniapp_social/afts/img/A*pevERLJC9v0AAAAAAAAAAABjAQAAAQ/original"
|
||||
image="http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/ncyfsLONGK/empty.svg"
|
||||
imageStyle={{
|
||||
height: 60,
|
||||
}}
|
||||
|
@ -356,6 +356,20 @@
|
||||
color: fade(@white, 65%);
|
||||
}
|
||||
}
|
||||
|
||||
&-expand-trigger {
|
||||
position: relative;
|
||||
margin-left: 12px;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
opacity: 0.45;
|
||||
transition: all 0.3s;
|
||||
&:hover {
|
||||
opacity: 0.65;
|
||||
}
|
||||
}
|
||||
|
||||
&-codepen {
|
||||
background: transparent
|
||||
url('https://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/antfincdn/R5sDUSunb1/OtZslpOjYXijshDERXwc.svg')
|
||||
|
Loading…
Reference in New Issue
Block a user