Explorar el Código

修改密码弹窗位置调整

qymljy hace 2 años
padre
commit
a335f567eb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"