소스 검색

登录页面

lining 5 년 전
부모
커밋
2f394026aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/dashoo.cn/frontend_web/src/pages/login.vue

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/login.vue

@@ -234,7 +234,7 @@ import SIdentify from '@/components/VCode.vue'
     },
     thisHeightFun () {
       this.iHeight = window.innerHeight + 'px'
-      this.iTop = window.innerHeight - 630 + 'px'
+      this.iTop = window.innerHeight - 680 + 'px'
     },
     getRowstyle () {
       return 'background:rgba(255,255,255,0.8)'