Commit 9530137c395a23982693e49beffc493a5a2a5282
1 parent
4ded18b0
首页样式优化
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
5 additions
and
1 deletions
ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
... | ... | @@ -503,12 +503,16 @@ export default { |
503 | 503 | padding-left: 0px; |
504 | 504 | } |
505 | 505 | /deep/ .ant-form-item-control { |
506 | - line-height: 3vw; | |
506 | + line-height: 3.5vw; | |
507 | 507 | } |
508 | 508 | /deep/ .ant-select-selection__rendered { |
509 | 509 | line-height: 1.5vw; |
510 | 510 | } |
511 | 511 | |
512 | +/deep/ .ant-form-item { | |
513 | + margin-bottom: 0w; | |
514 | +} | |
515 | + | |
512 | 516 | a-select { |
513 | 517 | width: 100%; |
514 | 518 | height: 100%; |
... | ... |