Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
265e0acd
Commit
265e0acd
authored
Sep 18, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
31b9a55d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
salesStatistics.vue
src/components/statistics/salesStatistics.vue
+19
-19
No files found.
src/components/statistics/salesStatistics.vue
View file @
265e0acd
<
template
>
<div
class=
"salesStatistics"
v-loading=
"loading"
>
<div
class=
"salesStatistics
2
"
v-loading=
"loading"
>
<div
class=
"el-card__header"
>
<span>
数据概况
</span>
<div
style=
"display: flex; flex-direction: row; align-items: center"
>
...
...
@@ -346,7 +346,7 @@
<
script
>
export
default
{
name
:
"salesStatistics"
,
name
:
"salesStatistics
2
"
,
data
()
{
return
{
msg
:
{
...
...
@@ -573,7 +573,7 @@ export default {
</
script
>
<
style
>
.salesStatistics
.el-card__header
{
.salesStatistics
2
.el-card__header
{
display
:
flex
;
flex-direction
:
row
;
align-items
:
center
;
...
...
@@ -581,23 +581,23 @@ export default {
background
:
#fff
;
}
.salesStatistics
.el-button--small
{
.salesStatistics
2
.el-button--small
{
padding
:
9px
15px
;
}
.salesStatistics
.content
.searchInput
{
.salesStatistics
2
.content
.searchInput
{
border
:
1px
solid
#dcdfe6
;
border-radius
:
4px
;
}
.salesStatistics
.content
.searchInput
.el-input__inner
{
.salesStatistics
2
.content
.searchInput
.el-input__inner
{
border
:
none
;
outline
:
none
;
height
:
30px
;
line-height
:
30px
;
}
.salesStatistics
.content
.searchInput
{
.salesStatistics
2
.content
.searchInput
{
line-height
:
normal
;
display
:
inline-table
;
border-collapse
:
separate
;
...
...
@@ -606,22 +606,22 @@ export default {
margin-right
:
20px
;
}
.salesStatistics
.content
{
.salesStatistics
2
.content
{
background
:
#fff
;
margin-top
:
10px
;
padding
:
15px
;
box-sizing
:
border-box
;
}
.salesStatistics
.el-icon-date
{
.salesStatistics
2
.el-icon-date
{
line-height
:
24px
;
}
.salesStatistics
.el-range-separator
{
.salesStatistics
2
.el-range-separator
{
line-height
:
24px
;
}
.salesStatistics
.zong
{
.salesStatistics
2
.zong
{
width
:
100%
;
height
:
57px
;
padding
:
18px
20px
;
...
...
@@ -629,18 +629,18 @@ export default {
background
:
white
;
}
.salesStatistics
.table-area
{
.salesStatistics
2
.table-area
{
margin
:
10px
0
;
display
:
flex
;
justify-content
:
space-between
;
}
.salesStatistics
.table-area
.el-card
{
.salesStatistics
2
.table-area
.el-card
{
width
:
49.5%
;
color
:
#303133
;
}
.salesStatistics
.el-card
{
.salesStatistics
2
.el-card
{
border
:
1px
solid
#ebeef5
;
background-color
:
#fff
;
color
:
#303133
;
...
...
@@ -648,19 +648,19 @@ export default {
transition
:
0.3s
;
}
.salesStatistics
.el-card__header
{
.salesStatistics
2
.el-card__header
{
padding
:
18px
20px
;
border-bottom
:
1px
solid
#ebeef5
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.salesStatistics
.el-card__body
{
.salesStatistics
2
.el-card__body
{
box-sizing
:
border-box
;
padding
:
0
20px
;
}
.salesStatistics
.num-info
{
.salesStatistics
2
.num-info
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
flex-start
;
...
...
@@ -671,7 +671,7 @@ export default {
margin
:
20px
0
;
}
.salesStatistics
.num-info
.num-info-item
{
.salesStatistics
2
.num-info
.num-info-item
{
min-width
:
120px
;
text-align
:
center
;
/* flex-grow: 1; */
...
...
@@ -679,7 +679,7 @@ export default {
margin
:
10px
;
}
.salesStatistics
.info-item-name
{
.salesStatistics
2
.info-item-name
{
font-size
:
14px
;
color
:
#92959b
;
}
...
...
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