Commit 4ded18b05c48082be4a451baa1e380554df92dcc
1 parent
ac4848be
首页样式优化
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
1 additions
and
4 deletions
ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
... | ... | @@ -419,16 +419,13 @@ export default { |
419 | 419 | width: 100%; /* 宽度 100% */ |
420 | 420 | } |
421 | 421 | #welcome { |
422 | + margin-top: 20px; | |
422 | 423 | color: #333333; |
423 | 424 | font-size: 1.5vw; |
424 | 425 | align-content: end; |
425 | 426 | font-family: 'Microsoft YaHei', 'SimSun', sans-serif; |
426 | 427 | text-align: center; |
427 | 428 | margin-left: 1vw; |
428 | - margin-top: 1.5vw; | |
429 | -} | |
430 | -#welcome-middle { | |
431 | - height: 55%; | |
432 | 429 | } |
433 | 430 | #name { |
434 | 431 | border-width: 1px; |
... | ... |