瀏覽代碼

修改小组件边框-04下边框缺失bug

wangzhiqiang 3 年之前
父節點
當前提交
11d09c4d63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/packages/components/Decorates/Borders/Border04/index.vue

+ 1 - 1
src/packages/components/Decorates/Borders/Border04/index.vue

@@ -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"