Commit 268c1a0b42e984308d5fa249ef4a6b66199d8b82

Authored by 谭毅彬
1 parent e67f248d

首页样式调整

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
... ... @@ -359,7 +359,7 @@ export default {
359 359 // margin-top: 0;
360 360 }
361 361 #backgroundImg {
362   - height: 82%; /* 使容器充满视口高度 */
  362 + height: 80%; /* 使容器充满视口高度 */
363 363 display: flex;
364 364 justify-content: center; /* 水平居中 */
365 365 align-items: center; /* 垂直居中 */
... ... @@ -554,7 +554,7 @@ export default {
554 554 }
555 555  
556 556 /deep/ .ant-select-selection__rendered {
557   - line-height: 3vw;
  557 + line-height: 2.85vw;
558 558  
559 559 }
560 560  
... ...