Commit 9530137c395a23982693e49beffc493a5a2a5282

Authored by 谭毅彬
1 parent 4ded18b0

首页样式优化

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
@@ -503,12 +503,16 @@ export default { @@ -503,12 +503,16 @@ export default {
503 padding-left: 0px; 503 padding-left: 0px;
504 } 504 }
505 /deep/ .ant-form-item-control { 505 /deep/ .ant-form-item-control {
506 - line-height: 3vw; 506 + line-height: 3.5vw;
507 } 507 }
508 /deep/ .ant-select-selection__rendered { 508 /deep/ .ant-select-selection__rendered {
509 line-height: 1.5vw; 509 line-height: 1.5vw;
510 } 510 }
511 511
  512 +/deep/ .ant-form-item {
  513 + margin-bottom: 0w;
  514 +}
  515 +
512 a-select { 516 a-select {
513 width: 100%; 517 width: 100%;
514 height: 100%; 518 height: 100%;