增加自适应调平的选项菜单

This commit is contained in:
2024-11-05 10:49:40 +08:00
parent 16db05c9e2
commit f08191bf06
6 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2055_553)">
<path d="M34.2857 40H5.7143C4.19877 40 2.74532 39.398 1.67368 38.3263C0.60204 37.2547 0 35.8012 0 34.2857L0 5.7143C0 4.19877 0.60204 2.74532 1.67368 1.67368C2.74532 0.60204 4.19877 0 5.7143 0L34.2857 0C35.8012 0 37.2547 0.60204 38.3263 1.67368C39.398 2.74532 40 4.19877 40 5.7143V34.2857C40 35.8012 39.398 37.2547 38.3263 38.3263C37.2547 39.398 35.8012 40 34.2857 40ZM5.7143 34.2857H28.5714V31.4286H5.7143V34.2857ZM5.7143 25.7143H34.2857V22.8571H5.7143V25.7143ZM17.1429 5.7143H5.7143V8.57145H17.1429V5.7143ZM34.2857 14.2857H5.7143V17.1429H34.2857V14.2857Z" fill="url(#paint0_linear_2055_553)"/>
</g>
<defs>
<linearGradient id="paint0_linear_2055_553" x1="20" y1="0" x2="20" y2="40" gradientUnits="userSpaceOnUse">
<stop offset="0.095" stop-color="#F5F5F5"/>
<stop offset="0.93" stop-color="#A5A2A3"/>
</linearGradient>
<clipPath id="clip0_2055_553">
<rect width="40" height="40" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,9 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 0H2.5C0.999999 0 -5.85938e-08 1 0 2.5V22.5C0 24 1 25 2.5 25H15C16.5 25 17.5 24 17.5 22.5V2.5C17.5 0.999999 16.5 -5.85938e-08 15 0ZM37.5 15H25C23.5 15 22.5 16.25 22.5 17.75V37.25C22.5 38.75 23.5 40 25 40H37.5C39 40 40 38.75 40 37.25V17.75C40 16.25 39 15 37.5 15ZM15 30H2.5C0.999999 30 -5.85938e-08 31 0 32.5V37.5C0 39 1 40 2.5 40H15C16.5 40 17.5 39 17.5 37.5V32.5C17.5 31 16.5 30 15 30ZM37.5 0H25C23.5 0 22.5 1 22.5 2.5V7.5C22.5 9 23.5 10 25 10H37.5C39 10 40 9 40 7.5V2.5C40 0.999999 39 -5.85938e-08 37.5 0Z" fill="url(#paint0_linear_2109_548)"/>
<defs>
<linearGradient id="paint0_linear_2109_548" x1="20" y1="0" x2="20" y2="40" gradientUnits="userSpaceOnUse">
<stop stop-color="#7EB6FF"/>
<stop offset="1" stop-color="#2570EC"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 871 B