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
58cc75bf
Commit
58cc75bf
authored
Sep 28, 2016
by
杨奕
Committed by
GitHub
Sep 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #167 from baiyaaaaa/update-layout
fixed row flex align bug
parents
c94b2545
d4cdb9ca
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGELOG.md
CHANGELOG.md
+1
-0
examples/docs/layout.md
examples/docs/layout.md
+1
-2
packages/theme-default/src/row.css
packages/theme-default/src/row.css
+7
-0
No files found.
CHANGELOG.md
View file @
58cc75bf
...
...
@@ -10,6 +10,7 @@
-
修复 vue-popper 引入 popper 路径错误
-
修复 DatePicker 初始值是合法时间类型但无法设置成功的问题
-
修复 Pagination 的图标没有正确切换样式, #163
-
修复 Row 组件 align 属性不生效的问题
#### 非兼容性更新
-
Menu 组件的
`unique-opend`
属性修正为
`unique-opened`
...
...
examples/docs/layout.md
View file @
58cc75bf
...
...
@@ -7,7 +7,6 @@
}
}
.el-col {
height: 36px;
border-radius: 4px;
}
.bg-purple-dark {
...
...
@@ -20,8 +19,8 @@
background: #e5e9f2;
}
.grid-content {
height: 100%;
border-radius: 4px;
min-height: 36px;
}
.row-bg {
padding: 10px 0;
...
...
packages/theme-default/src/row.css
View file @
58cc75bf
...
...
@@ -26,6 +26,13 @@
@when
justify-space-around
{
justify-content
:
space-around
;
}
@when
align-middle
{
align-items
:
center
;
}
@when
align-bottom
{
align-items
:
flex-end
;
}
}
}
...
...
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