소스 검색

属性弹窗关闭按钮位置调整

Bella 2 년 전
부모
커밋
a14498cfcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/popup/AttributePopup.vue

+ 1 - 1
src/components/popup/AttributePopup.vue

@@ -159,7 +159,7 @@ export default {
     cursor: pointer;
     position: absolute;
     right: -15px;
-    top: -15px;
+    top: -50px;
     width: 40px;
     height: 40px;
     background: url("../../assets/image/close.png") no-repeat center;