浏览代码

no message

linwenxin 1 年之前
父节点
当前提交
6f9b21c39d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/moduleEnclosure.vue

+ 2 - 2
src/components/moduleEnclosure.vue

@@ -87,7 +87,7 @@ export default {
 .am-corner:after {
   content: '';
   width: calc(100% - 24px);
-  height: 100%;
+  height: calc(100% + 6px);
   position: absolute;
   left: 12px;
   top: -3px;
@@ -97,7 +97,7 @@ export default {
 }
 .am-corner:before {
   content: '';
-  width: 100%;
+  width: calc(100% + 6px);
   height: calc(100% - 24px);
   position: absolute;
   left: -3px;