Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-manage-shell
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
dcxy-manage-shell
Commits
4b8bb6db
Commit
4b8bb6db
authored
May 08, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页样式
parent
3ed2c383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
22 deletions
+39
-22
CustomerRegister.vue
...ontainers/Dashboard/CustomerRegister/CustomerRegister.vue
+39
-0
Dashboard.vue
src/containers/Dashboard/Dashboard.vue
+0
-22
No files found.
src/containers/Dashboard/CustomerRegister/CustomerRegister.vue
View file @
4b8bb6db
...
...
@@ -108,3 +108,42 @@ export default {
},
};
</
script
>
<
style
lang=
"scss"
>
.Dashboard
{
.Dashboard-DataCard
{
background-color
:
#fff
;
border-radius
:
8px
;
margin-right
:
8px
;
&
:last-child
{
margin-right
:
0
;
}
}
.Dashboard-SearchBar
{
display
:
flex
;
padding
:
10px
0
20px
;
}
.Dashboard-CampusData
{
display
:
flex
;
padding
:
0
15px
;
.Dashboard-title
{
position
:
relative
;
}
.
Dashboard-title
:
:
before
{
content
:
''
;
position
:
absolute
;
bottom
:
-12px
;
left
:
0
;
width
:
32px
;
height
:
4px
;
background-color
:
#4e82fb
;
}
.Dashboard-CampusItem
{
flex
:
1
;
&
:nth-child
(
2
)
{
flex
:
1
.4
;
}
}
}
}
</
style
>
src/containers/Dashboard/Dashboard.vue
View file @
4b8bb6db
...
...
@@ -133,28 +133,6 @@ export default {
}
}
.Dashboard-CampusData
{
display
:
flex
;
padding
:
0
15px
;
.Dashboard-title
{
position
:
relative
;
}
.
Dashboard-title
:
:
before
{
content
:
''
;
position
:
absolute
;
bottom
:
-12px
;
left
:
0
;
width
:
32px
;
height
:
4px
;
background-color
:
#4e82fb
;
}
.Dashboard-CampusItem
{
flex
:
1
;
&
:nth-child
(
2
)
{
flex
:
1
.4
;
}
}
}
.Dashboard-OperatorData
{
// flex: 1;
display
:
flex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment