Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b9cfecc1
authored
2023-12-01 10:06:07 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登录页及首页布局调整
1 parent
e67fe05d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
src/views/home/index.scss
src/views/login/index.vue
src/views/home/index.scss
View file @
b9cfecc
...
...
@@ -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
;
...
...
src/views/login/index.vue
View file @
b9cfecc
<!--
* @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
;
...
...
Please
register
or
sign in
to post a comment