Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
2f801ef7
Commit
2f801ef7
authored
Sep 08, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update some detail
parent
07cb81c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/routes/Dashboard/Analysis.js
src/routes/Dashboard/Analysis.js
+1
-2
src/routes/Dashboard/Analysis.less
src/routes/Dashboard/Analysis.less
+7
-6
No files found.
src/routes/Dashboard/Analysis.js
View file @
2f801ef7
...
@@ -254,7 +254,7 @@ export default class Analysis extends Component {
...
@@ -254,7 +254,7 @@ export default class Analysis extends Component {
/
>
/
>
<
/Col
>
<
/Col
>
<
Col
xl
=
{
8
}
lg
=
{
12
}
md
=
{
12
}
sm
=
{
24
}
xs
=
{
24
}
>
<
Col
xl
=
{
8
}
lg
=
{
12
}
md
=
{
12
}
sm
=
{
24
}
xs
=
{
24
}
>
<
h4
>
门店销售额排名
<
/h4
>
<
h4
className
=
{
styles
.
rankingTitle
}
>
门店销售额排名
<
/h4
>
<
ul
className
=
{
styles
.
rankingList
}
>
<
ul
className
=
{
styles
.
rankingList
}
>
{
{
rankingListData
.
map
((
item
,
i
)
=>
(
rankingListData
.
map
((
item
,
i
)
=>
(
...
@@ -315,7 +315,6 @@ export default class Analysis extends Component {
...
@@ -315,7 +315,6 @@ export default class Analysis extends Component {
<
/Col
>
<
/Col
>
<
/Row
>
<
/Row
>
<
Table
<
Table
Bordered
=
{
false
}
rowKey
=
{
record
=>
record
.
index
}
rowKey
=
{
record
=>
record
.
index
}
size
=
"
middle
"
size
=
"
middle
"
columns
=
{
columns
}
columns
=
{
columns
}
...
...
src/routes/Dashboard/Analysis.less
View file @
2f801ef7
...
@@ -84,14 +84,15 @@
...
@@ -84,14 +84,15 @@
}
}
}
}
@media screen and (max-width: @screen-
sm
) {
@media screen and (max-width: @screen-
md
) {
.
salesExtra
{
.
rankingTitle
{
display: none
;
margin-top: 16px
;
}
}
}
@media screen and (max-width: @screen-sm) {
.salesExtraWrap {
.salesExtraWrap {
position: absolute;
display: none;
top: 50px;
left: 24px;
}
}
.salesCard {
.salesCard {
:global {
:global {
...
...
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