Commit 3b4dda900cc70feccca44f17fccdc641f89f7b02
Merge branch 'develop' of http://www.huahengrobot.com:90/wms/wms4 into develop
Showing
1 changed file
with
4 additions
and
1 deletions
ant-design-vue-jeecg/src/components/layouts/UserLayout.vue
@@ -107,7 +107,7 @@ export default { | @@ -107,7 +107,7 @@ export default { | ||
107 | .desc { | 107 | .desc { |
108 | font-size: 24px; | 108 | font-size: 24px; |
109 | color: #111; | 109 | color: #111; |
110 | - margin-top: 170px; | 110 | + margin-top: 10%; |
111 | margin-bottom: 70px; | 111 | margin-bottom: 70px; |
112 | font-weight: bolder; | 112 | font-weight: bolder; |
113 | } | 113 | } |
@@ -117,6 +117,9 @@ export default { | @@ -117,6 +117,9 @@ export default { | ||
117 | min-width: 260px; | 117 | min-width: 260px; |
118 | width: 368px; | 118 | width: 368px; |
119 | margin: 0 auto; | 119 | margin: 0 auto; |
120 | + height: auto; | ||
121 | + position: relative; | ||
122 | + min-height: 400px; | ||
120 | } | 123 | } |
121 | 124 | ||
122 | .footer { | 125 | .footer { |