Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
f533c284
authored
2023-03-15 16:13:21 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页样式修改
1 parent
f6216528
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/views/home/dataView/leftcard.vue
src/views/home/dataView/rightcard.vue
src/views/home/dataView/leftcard.vue
View file @
f533c28
...
...
@@ -118,7 +118,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.leftcard
{
width
:
3
2
%
;
width
:
3
0
%
;
display
:
flex
;
height
:
calc
(
100vh
-
114px
);
flex-direction
:
column
;
...
...
src/views/home/dataView/rightcard.vue
View file @
f533c28
...
...
@@ -78,7 +78,7 @@ export default {
}
.rightcard
{
width
:
3
2
%
;
width
:
3
0
%
;
display
:
flex
;
height
:
calc
(
100vh
-
114px
);
flex-direction
:
column
;
...
...
@@ -171,4 +171,5 @@ export default {
.cardhead
{
position
:
absolute
;
}
}
</
style
>
}
</
style
>
...
...
Please
register
or
sign in
to post a comment