fix:解决边框04展示不全的bug

This commit is contained in:
奔跑的面条 2022-06-14 12:30:29 +08:00
parent d3afea8c5e
commit 39aa1645c9

View File

@ -2,7 +2,7 @@
<div class="go-border-box">
<svg :width="w" :height="h">
<defs>
<filter :id="filterId" h="150%" width="150%" x="-25%" y="-25%">
<filter :id="filterId" height="150%" width="150%" x="-25%" y="-25%">
<feMorphology
operator="dilate"
radius="2"