Commit 6c07d201c1516cbf091e370319918a467515bc03

Authored by 谭毅彬
1 parent dc36a3ff

登录页样式调整

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/components/layouts/UserLayoutLogin.vue
... ... @@ -382,8 +382,9 @@ export default {
382 382 #logoImg {
383 383 z-index: 100;
384 384 width: 10vw;
385   - height: 4.75vw;
386   - line-height: 4.5vw;
  385 + height: 1.5vw;
  386 + line-height: 1.5vw;
  387 + margin-bottom: 1vw;
387 388 margin-left: 2vw;
388 389 margin-right: 0.5vw;
389 390 font-size: 1.1vw;
... ... @@ -397,11 +398,11 @@ export default {
397 398 }
398 399 #text {
399 400 z-index: 100;
400   - height: 4.5vw;
401   - line-height: 4.5vw;
  401 + height: 1.5vw;
  402 + line-height: 1.5vw;
402 403 width: 100%;
403 404 font-size: 1.1vw;
404   - margin-bottom: 0vw;
  405 + margin-bottom: 0.8vw;
405 406 color: #333333;
406 407 font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
407 408 font-weight: bold;
... ...