Commit e8368b2218833ddec706bc8bd3c40259b9f788fe

Authored by 谭毅彬
1 parent 7c89d145

登录遮挡修改

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/layouts/UserLayout.vue
... ... @@ -107,7 +107,7 @@ export default {
107 107 .desc {
108 108 font-size: 24px;
109 109 color: #111;
110   - margin-top: 170px;
  110 + margin-top: 10%;
111 111 margin-bottom: 70px;
112 112 font-weight: bolder;
113 113 }
... ... @@ -117,6 +117,9 @@ export default {
117 117 min-width: 260px;
118 118 width: 368px;
119 119 margin: 0 auto;
  120 + height: auto;
  121 + position: relative;
  122 + min-height: 400px;
120 123 }
121 124  
122 125 .footer {
... ...