Commit d8f0532edae66cb3618bfa65cea1b81575f993b1
1 parent
7dd9e72d
logo图标修改
Signed-off-by: TanYibin <5491541@qq.com>
Showing
5 changed files
with
14 additions
and
8 deletions
ant-design-vue-jeecg/src/assets/huaheng.png
ant-design-vue-jeecg/src/components/layouts/UserLayout.vue
... | ... | @@ -61,7 +61,7 @@ export default { |
61 | 61 | min-height: 100%; |
62 | 62 | background: #f0f2f5 url(~@/assets/background.svg) no-repeat 50%; |
63 | 63 | background-size: 100%; |
64 | - padding: 110px 0 144px; | |
64 | + // padding: 110px 0 144px; | |
65 | 65 | position: relative; |
66 | 66 | |
67 | 67 | a { |
... | ... | @@ -72,8 +72,9 @@ export default { |
72 | 72 | text-align: center; |
73 | 73 | |
74 | 74 | .header { |
75 | - height: 44px; | |
76 | - line-height: 44px; | |
75 | + height: 59px; | |
76 | + line-height: 59px; | |
77 | + background-color: #111; | |
77 | 78 | |
78 | 79 | .badge { |
79 | 80 | position: absolute; |
... | ... | @@ -86,7 +87,9 @@ export default { |
86 | 87 | } |
87 | 88 | |
88 | 89 | .logo { |
89 | - height: 24px; | |
90 | + height: 59px; | |
91 | + line-height: 59px; | |
92 | + padding: 19px; | |
90 | 93 | vertical-align: top; |
91 | 94 | border-style: none; |
92 | 95 | } |
... | ... | @@ -102,9 +105,9 @@ export default { |
102 | 105 | } |
103 | 106 | |
104 | 107 | .desc { |
105 | - font-size: 14px; | |
108 | + font-size: 20px; | |
106 | 109 | color: rgba(0, 0, 0, 0.45); |
107 | - margin-top: 12px; | |
110 | + margin-top: 200px; | |
108 | 111 | margin-bottom: 40px; |
109 | 112 | } |
110 | 113 | } |
... | ... |
ant-design-vue-jeecg/src/components/page/GlobalHeader.vue
ant-design-vue-jeecg/src/components/page/GlobalLayout.vue
... | ... | @@ -260,9 +260,11 @@ body { |
260 | 260 | |
261 | 261 | .trigger { |
262 | 262 | font-size: 22px; |
263 | + height: 59px; | |
263 | 264 | line-height: 59px; |
264 | 265 | padding: 0 18px; |
265 | 266 | cursor: pointer; |
267 | + vertical-align: middle; | |
266 | 268 | transition: color 300ms, background 300ms; |
267 | 269 | |
268 | 270 | &:hover { |
... | ... | @@ -608,6 +610,7 @@ body { |
608 | 610 | |
609 | 611 | img { |
610 | 612 | height: 20px; |
613 | + vertical-align: middle; | |
611 | 614 | } |
612 | 615 | |
613 | 616 | h1 { |
... | ... |