图标显示问题优化

This commit is contained in:
2betop 2020-06-11 11:34:18 +08:00
parent efc7b5f2f7
commit abc9c386df
2 changed files with 5 additions and 17 deletions

View File

@ -1185,7 +1185,7 @@ $Combo--vertical-itemToolbar-positionTop: -$Combo--vertical-itemToolbar-height !
$Combo--vertical-itemToolbar-positionRight: px2rem(5px) !default;
$Combo--horizontal-item-gap: px2rem(5px);
$Combo--horizontal-dragger-top: px2rem(10px) !default;
$Combo--horizontal-dragger-top: $Form-label-paddingTop !default;
// Sub Form
$SubForm--addBtn-bg: $Button--info-bg !default;

View File

@ -1,21 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<polygon id="path-1" points="0 12 12 12 12 0 0 0">
</polygon>
</defs>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Page-1">
<polyline id="Stroke-1" stroke="currentColor" points="2.5 9.5 0.5 9.5 0.5 0.5 9.5 0.5 9.5 2.5">
</polyline>
<mask id="mask-2" fill="white">
<use xlink:href="#path-1">
</use>
</mask>
<g id="Clip-4">
</g>
<polygon id="Stroke-3" stroke="currentColor" mask="url(#mask-2)" points="2.5 11.5 11.5 11.5 11.5 2.5 2.5 2.5">
</polygon>
</g>
<polyline id="Stroke-1" stroke="currentColor" points="2.5 9.5 0.5 9.5 0.5 0.5 9.5 0.5 9.5 2.5">
</polyline>
<polygon id="Stroke-3" stroke="currentColor" points="2.5 11.5 11.5 11.5 11.5 2.5 2.5 2.5">
</polygon>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 703 B

After

Width:  |  Height:  |  Size: 456 B