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
ef3e1a3f
authored
2023-07-12 09:20:08 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页样式修改
1 parent
9a6981a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/home/index.scss
src/views/home/index.scss
View file @
ef3e1a3
...
...
@@ -2,25 +2,30 @@
display
:
flex
;
justify-content
:
space-between
;
height
:
100%
;
font-size
:
14px
;
.flexst
{
display
:
flex
;
justify-content
:
space-between
;
}
.title
{
display
:
flex
;
align-items
:
center
;
}
.workbench
{
flex-wrap
:
wrap
;
height
:
100%
;
padding-left
:
0
;
li
{
width
:
32
.5%
;
height
:
90px
;
@include
flex-center
;
flex-direction
:
column
;
color
:
#fff
;
font-size
:
14px
;
i
{
color
:
#fff
;
...
...
@@ -53,6 +58,7 @@
width
:
70%
;
padding-right
:
3px
;
height
:
100%
;
font-size
:
14px
;
.list-title
{
overflow
:
hidden
;
...
...
Please
register
or
sign in
to post a comment