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
A
ant-design-pro
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
ant-design-pro
Commits
c4d9e025
Commit
c4d9e025
authored
Sep 25, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add list responsive
parent
bde065b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
src/routes/List/BasicList.less
src/routes/List/BasicList.less
+21
-0
src/routes/List/SearchList.less
src/routes/List/SearchList.less
+7
-0
No files found.
src/routes/List/BasicList.less
View file @
c4d9e025
...
...
@@ -59,6 +59,27 @@
}
}
@media screen and (max-width: @screen-xs) {
.standardList {
:global {
.ant-list-item-content {
display: block;
flex: none;
width: 100%;
}
.ant-list-item-action {
margin-left: 0;
}
}
.listContent {
margin-left: 0;
& > div {
margin-left: 0;
}
}
}
}
@media screen and (max-width: @screen-sm) {
.standardList {
.extraContentSearch {
...
...
src/routes/List/SearchList.less
View file @
c4d9e025
...
...
@@ -37,6 +37,13 @@
height: 1px;
}
@media screen and (max-width: @screen-xs) {
.listContent {
& > div {
height: auto;
}
}
}
@media screen and (max-width: @screen-lg) {
.listItemExtra {
width: 0;
...
...
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