b9cfecc1 by yangwei

登录页及首页布局调整

1 parent e67fe05d
......@@ -57,8 +57,8 @@
.home-left {
width: 70%;
padding-right: 3px;
height: 100%;
font-size: 14px;
min-height: 625px;
.list-title {
overflow: hidden;
......@@ -81,7 +81,8 @@
.box-mountNode {
flex: 1;
height: calc(100% - 490px);
// height: calc(100% - 490px);
min-height: 130px;
}
.home-right {
......@@ -89,6 +90,7 @@
width: 30%;
display: flex;
flex-direction: column;
min-height: 620px;
.list-title {
overflow: hidden;
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 09:50:45
* @LastEditTime: 2023-11-30 17:07:18
-->
<template>
<div id="login">
......@@ -260,7 +260,12 @@
position: absolute;
left: 50%;
top: calc(50% + 10px);
transform: translate(-50%, -50%);
margin: -225px 0 0 -468px;
}
@media screen and (max-width: 1440px) {
.login-content-wrap {
transform: scale(0.8);
}
}
.login-logo {
height: 70px;
......