修改图标

main
陈博文 4 days ago
parent 3142c6aeae
commit 945bf7672d

@ -70,7 +70,9 @@
</div>
</div>
</div>
<div class="wrap-center"></div>
<div class="wrap-center">
<svg-icon icon="arrow" />
</div>
<div class="wrap-right">
<div style="margin-top: 12px;"
v-for="{ nodeIp, cpuCores, gpuNum, gpuMemory, totalMemory, diskSize }, index in nodeList.filter(e => nodeSelect.includes(e.nodeIp))"
@ -304,5 +306,8 @@ onMounted(async () => {
.wrap-center {
width: 60px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
</style>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="7px" viewBox="0 0 20 7" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>路径</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="创建资源池" transform="translate(-711.000000, -482.000000)" fill="#9D9FA3" fill-rule="nonzero">
<g id="编组" transform="translate(711.000000, 482.000000)">
<path d="M0.714289965,6.66666667 C0.31979851,6.66666667 0,6.34215813 0,5.94185657 C0,5.54155501 0.31979851,5.21704647 0.714289965,5.21704647 L17.5615331,5.21704647 L13.6479384,1.24581195 C13.4623852,1.06369645 13.3881074,0.794158347 13.4536531,0.540793105 C13.5191988,0.287427863 13.7143679,0.0896642326 13.9641482,0.0235115646 C14.2139285,-0.0426411034 14.4794491,0.0331118821 14.6586587,0.221655283 L19.7086887,5.34678748 C19.7220221,5.36031727 19.7346412,5.37408866 19.7465461,5.38810166 C19.9756258,5.58441432 20.0594944,5.90500799 19.9565255,6.19076343 C19.8535566,6.47651887 19.5856717,6.66666667 19.285829,6.66666667 L0.714289965,6.66666667 Z" id="路径"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Loading…
Cancel
Save