How to solve the problem that border-image exceeds border-width?

<div style="border-width: 14px;width: 100px;height: 100px;border-image-source: url("05.png");border-style: solid;border-image-slice: 14 fill">
        <div style="width: 100%;height: 100%;background: rgba(120,120,120,0.5);"></div>
</div>

border-image exceeds the width of border-width, what should I do?

clipboard.png

Css
Mar.06,2021

learn about the border-image-slice attribute in your code.

Menu