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
76683d1b
Commit
76683d1b
authored
Sep 21, 2016
by
FuryBean
Committed by
GitHub
Sep 21, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #95 from QingWei-Li/fix/timepicker
TimePicker: fix icon style, fixed #92
parents
4087e7a4
0c01aea5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
14 deletions
+19
-14
CHANGELOG.md
CHANGELOG.md
+3
-0
examples/docs/date-picker.md
examples/docs/date-picker.md
+4
-4
packages/date-picker/src/css/picker.css
packages/date-picker/src/css/picker.css
+12
-10
No files found.
CHANGELOG.md
View file @
76683d1b
...
@@ -7,6 +7,9 @@
...
@@ -7,6 +7,9 @@
-
修复 Select 多选时选项变为空数组后 placeholder 不出现的问题
-
修复 Select 多选时选项变为空数组后 placeholder 不出现的问题
-
修复 Time Picker 时间选择可滚动
-
修复 Time Picker 时间选择可滚动
-
修复 Tooltip 有时会错位的问题
-
修复 Tooltip 有时会错位的问题
-
修复 丢失的组件 css 文件
-
修复 Table 在 Safari 下边框没对齐
-
修复 TimePicker 图标样式被默认图标样式覆盖
#### 非兼容性更新
#### 非兼容性更新
-
Select 组件样式的
`display`
属性默认值修改为
`block`
-
Select 组件样式的
`display`
属性默认值修改为
`block`
...
...
examples/docs/date-picker.md
View file @
76683d1b
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
padding: 0;
padding: 0;
display: flex;
display: flex;
}
}
.demo-date-picker .block {
.demo-date-picker .block {
padding: 30px 0;
padding: 30px 0;
text-align: center;
text-align: center;
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
border-right: none;
border-right: none;
}
}
}
}
.demo-date-picker .demonstration {
.demo-date-picker .demonstration {
display: block;
display: block;
color: #8492a6;
color: #8492a6;
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
通过扩展基础的日期选择,可以选择周、月、年
通过扩展基础的日期选择,可以选择周、月、年
:::demo
:::demo
```
html
```
html
<div
class=
"block"
>
<div
class=
"block"
>
<span
class=
"demonstration"
>
周
</span>
<span
class=
"demonstration"
>
周
</span>
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
可在一个选择器中便捷地选择一个时间范围
可在一个选择器中便捷地选择一个时间范围
:::demo
:::demo
```
html
```
html
<template>
<template>
<div
class=
"block"
>
<div
class=
"block"
>
...
...
packages/date-picker/src/css/picker.css
View file @
76683d1b
...
@@ -43,16 +43,18 @@
...
@@ -43,16 +43,18 @@
}
}
@e
trigger
{
@e
trigger
{
cursor
:
pointer
;
&
.el-icon
{
position
:
absolute
;
cursor
:
pointer
;
display
:
inline-block
;
position
:
absolute
;
width
:
20px
;
display
:
inline-block
;
right
:
0
;
width
:
20px
;
top
:
0
;
right
:
0
;
bottom
:
0
;
top
:
0
;
color
:
var
(
--datepicker-trigger-color
);
bottom
:
0
;
font-size
:
13px
;
color
:
var
(
--datepicker-trigger-color
);
line-height
:
38px
;
font-size
:
13px
;
line-height
:
38px
;
}
}
}
@e
clear
{
@e
clear
{
...
...
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