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 | 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 { |
... | ... |