Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-07-25 18:13:54 +0800
Commit
3feb7e02eb7d820f9d964c08c7c840ec4cecaa61
2 parents
b4c00bf4
9a751e01
Merge branch 'release/3.0' into 'release/3.1'
flex auto See merge request
!32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app/pages/common/components/captcha.vue
app/pages/layout.vue
app/pages/common/components/captcha.vue
View file @
3feb7e0
...
...
@@ -87,7 +87,7 @@ export default {
display: flex;
.item {
flex:
1
;
flex:
auto
;
cursor: pointer;
margin-right: 10px;
width: 60px;
...
...
app/pages/layout.vue
View file @
3feb7e0
...
...
@@ -120,7 +120,7 @@ body {
}
.layout-menu-right {
flex:
1
;
flex:
auto
;
display: flex;
flex-flow: column;
...
...
@@ -135,7 +135,7 @@ body {
overflow-y: scroll;
background: #fff;
border-radius: 4px;
flex:
1
;
flex:
auto
;
}
.layout-copy {
...
...
Please
register
or
login
to post a comment