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,16 +419,13 @@ export default { | ||
419 | width: 100%; /* 宽度 100% */ | 419 | width: 100%; /* 宽度 100% */ |
420 | } | 420 | } |
421 | #welcome { | 421 | #welcome { |
422 | + margin-top: 20px; | ||
422 | color: #333333; | 423 | color: #333333; |
423 | font-size: 1.5vw; | 424 | font-size: 1.5vw; |
424 | align-content: end; | 425 | align-content: end; |
425 | font-family: 'Microsoft YaHei', 'SimSun', sans-serif; | 426 | font-family: 'Microsoft YaHei', 'SimSun', sans-serif; |
426 | text-align: center; | 427 | text-align: center; |
427 | margin-left: 1vw; | 428 | margin-left: 1vw; |
428 | - margin-top: 1.5vw; | ||
429 | -} | ||
430 | -#welcome-middle { | ||
431 | - height: 55%; | ||
432 | } | 429 | } |
433 | #name { | 430 | #name { |
434 | border-width: 1px; | 431 | border-width: 1px; |