소스 검색

修改密码弹窗位置调整

qymljy 2 년 전
부모
커밋
a335f567eb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/newLayout/index.vue

+ 1 - 0
src/components/newLayout/index.vue

@@ -19,6 +19,7 @@
     <socketMessage></socketMessage>
     <el-dialog
         title="提示"
+        style="margin-top: calc(28vh)"
         :visible.sync="dialogVisible"
         width="500px"
         :before-close="handleClose"