Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
34df2e63
Commit
34df2e63
authored
Jan 26, 2018
by
Hi-Linlin
Committed by
GitHub
Jan 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9454 from Leopoldthecoder/step/line
Step: fix flex-basis when align-center is true
parents
fceaa74d
2c4ea9da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
packages/steps/src/step.vue
packages/steps/src/step.vue
+1
-1
No files found.
packages/steps/src/step.vue
View file @
34df2e63
...
...
@@ -121,7 +121,7 @@ export default {
?
this
.
space
+
'
px
'
:
this
.
space
?
this
.
space
:
100
/
(
len
-
1
)
+
'
%
'
);
:
100
/
(
len
-
(
this
.
isCenter
?
0
:
1
)
)
+
'
%
'
);
style
.
flexBasis
=
space
;
if
(
this
.
isVertical
)
return
style
;
if
(
this
.
isLast
)
{
...
...
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