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