91ee2455 by xukangle

fix

1 parent 06877e19
<?xml version="1.0" encoding="UTF-8"?>
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>0.全局样式/1.图标/4.基础面性图标/进行中</title>
<g id="0.全局样式/1.图标/4.基础面性图标/进行中" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M16,0 C24.836556,0 32,7.163444 32,16 C32,24.836556 24.836556,32 16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,0 16,0 Z M12,8 L15,8 L15,19 L12,19 L12,8 Z M24,19 L24,22 L12,22 L12,19 L24,19 Z" id="形状" fill="#FF991C"></path>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>0.全局样式/1.图标/4.基础面性图标/通过</title>
<g id="0.全局样式/1.图标/4.基础面性图标/通过" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M16,2 C23.7319865,2 30,8.2680135 30,16 C30,23.7319865 23.7319865,30 16,30 C8.2680135,30 2,23.7319865 2,16 C2,8.2680135 8.2680135,2 16,2 Z M22.608651,10.2662137 C22.1426665,9.86487748 21.4452724,9.92403154 21.0509778,10.398338 L21.0509778,10.398338 L13.7953786,19.1252557 L10.9543704,15.6548051 L10.8776418,15.5701592 C10.4773639,15.171239 9.8373446,15.137865 9.39771719,15.5107639 C8.92878128,15.9085227 8.86542333,16.6179066 9.25620326,17.0952171 L9.25620326,17.0952171 L12.9404003,21.5952082 L13.0169837,21.6797773 C13.4689254,22.130979 14.2142004,22.1057388 14.6332236,21.6016857 L14.6332236,21.6016857 L22.7384571,11.8517052 L22.8070965,11.7601453 C23.123894,11.2898727 23.0455115,10.6424665 22.608651,10.2662137 Z" id="形状结合" fill="#1BA854"></path>
</g>
</svg>
......@@ -594,7 +594,7 @@ const handleWindowResize = () => {
.top-img {
width: 18px;
height: 18px;
background: url("../../assets/images/passed.png");
background: url("../../assets/images/passed.svg");
background-size: 100% 100%;
background-repeat: no-repeat;
margin-right: 8px;
......@@ -603,7 +603,7 @@ const handleWindowResize = () => {
.top-default {
width: 18px;
height: 18px;
background: url("../../assets/images/doing.png");
background: url("../../assets/images/doing.svg");
background-size: 100% 100%;
background-repeat: no-repeat;
margin-right: 8px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!