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
7eb8a19f
Commit
7eb8a19f
authored
Dec 28, 2016
by
baiyaaaaa
Committed by
杨奕
Dec 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "DatePicker: input display style changes to block, fixed #2018"
This reverts commit
b3095a70
.
parent
83237893
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
39 deletions
+3
-39
examples/docs/en-US/date-picker.md
examples/docs/en-US/date-picker.md
+0
-7
examples/docs/en-US/datetime-picker.md
examples/docs/en-US/datetime-picker.md
+0
-7
examples/docs/en-US/time-picker.md
examples/docs/en-US/time-picker.md
+0
-7
examples/docs/zh-CN/date-picker.md
examples/docs/zh-CN/date-picker.md
+0
-7
examples/docs/zh-CN/datetime-picker.md
examples/docs/zh-CN/datetime-picker.md
+0
-7
examples/docs/zh-CN/time-picker.md
examples/docs/zh-CN/time-picker.md
+0
-4
packages/theme-default/src/date-picker/picker.css
packages/theme-default/src/date-picker/picker.css
+3
-0
No files found.
examples/docs/en-US/date-picker.md
View file @
7eb8a19f
<style>
.demo-date-picker .el-input {
width: 180px;
margin: auto;
}
</style>
<script>
module.exports = {
data() {
...
...
examples/docs/en-US/datetime-picker.md
View file @
7eb8a19f
<style>
.demo-datetime-picker .el-input {
width: 180px;
margin: auto;
}
</style>
<script>
module.exports = {
data() {
...
...
examples/docs/en-US/time-picker.md
View file @
7eb8a19f
<style>
.demo-time-picker .el-input {
width: 180px;
display: inline-block;
}
</style>
## TimePicker
Use Time Picker for time input.
...
...
examples/docs/zh-CN/date-picker.md
View file @
7eb8a19f
<style>
.demo-date-picker .el-input {
width: 180px;
margin: auto;
}
</style>
<script>
module.exports = {
data() {
...
...
examples/docs/zh-CN/datetime-picker.md
View file @
7eb8a19f
<style>
.demo-datetime-picker .el-input {
width: 180px;
margin: auto;
}
</style>
<script>
module.exports = {
data() {
...
...
examples/docs/zh-CN/time-picker.md
View file @
7eb8a19f
<style>
.demo-time-picker .el-input {
width: 180px;
display: inline-block;
}
.demo-box {
.el-date-editor + .el-date-editor {
margin-left: 10px;
...
...
packages/theme-default/src/date-picker/picker.css
View file @
7eb8a19f
...
...
@@ -3,6 +3,9 @@
@component-namespace
el
{
@b
date-editor
{
position
:
relative
;
display
:
inline-block
;
.el-picker-panel
{
position
:
absolute
;
min-width
:
180px
;
...
...
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