Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
style_tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
于广洋
style_tool
Commits
8b4e5127
Commit
8b4e5127
authored
Jun 03, 2020
by
luohua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改字号 日期区间 组件
parent
ccb9bfa2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
41 changed files
with
403 additions
and
399 deletions
+403
-399
element-variables.scss
element-variables.scss
+1
-1
alert.scss
node_module/element-theme-chalk/src/alert.scss
+2
-2
picker.scss
node_module/element-theme-chalk/src/date-picker/picker.scss
+7
-7
tabs.scss
node_module/element-theme-chalk/src/tabs.scss
+1
-1
alert.css
theme/alert.css
+2
-2
autocomplete.css
theme/autocomplete.css
+4
-4
button.css
theme/button.css
+4
-4
calendar.css
theme/calendar.css
+4
-4
cascader-panel.css
theme/cascader-panel.css
+14
-14
cascader.css
theme/cascader.css
+20
-20
checkbox.css
theme/checkbox.css
+8
-8
date-picker.css
theme/date-picker.css
+11
-11
dialog.css
theme/dialog.css
+4
-2
dropdown.css
theme/dropdown.css
+6
-6
form.css
theme/form.css
+1
-1
index.css
theme/index.css
+192
-190
input-number.css
theme/input-number.css
+3
-3
input.css
theme/input.css
+3
-3
link.css
theme/link.css
+1
-1
menu.css
theme/menu.css
+2
-2
message-box.css
theme/message-box.css
+8
-8
notification.css
theme/notification.css
+1
-1
option.css
theme/option.css
+1
-1
pagination.css
theme/pagination.css
+7
-7
popover.css
theme/popover.css
+1
-1
radio-button.css
theme/radio-button.css
+4
-4
radio.css
theme/radio.css
+5
-5
rate.css
theme/rate.css
+1
-1
reset.css
theme/reset.css
+6
-6
select-dropdown.css
theme/select-dropdown.css
+1
-1
select.css
theme/select.css
+7
-7
slider.css
theme/slider.css
+3
-3
switch.css
theme/switch.css
+3
-3
table-column.css
theme/table-column.css
+9
-9
table.css
theme/table.css
+8
-8
tabs.css
theme/tabs.css
+1
-1
time-picker.css
theme/time-picker.css
+11
-11
time-select.css
theme/time-select.css
+8
-8
timeline.css
theme/timeline.css
+1
-1
transfer.css
theme/transfer.css
+16
-16
tree.css
theme/tree.css
+11
-11
No files found.
element-variables.scss
View file @
8b4e5127
...
...
@@ -173,7 +173,7 @@ $--font-size-large: 18px !default;
/// fontSize|1|Font Size|0
$--font-size-medium
:
16px
!
default
;
/// fontSize|1|Font Size|0
$--font-size-base
:
1
4
px
!
default
;
$--font-size-base
:
1
2
px
!
default
;
/// fontSize|1|Font Size|0
$--font-size-small
:
13px
!
default
;
/// fontSize|1|Font Size|0
...
...
node_module/element-theme-chalk/src/alert.scss
View file @
8b4e5127
...
...
@@ -3,7 +3,7 @@
@include
b
(
alert
)
{
width
:
100%
;
padding
:
8
px
;
padding
:
6
px
;
margin
:
0
;
box-sizing
:
border-box
;
border-radius
:
$--alert-border-radius
;
...
...
@@ -143,7 +143,7 @@
}
@include
e
(
title
)
{
font-size
:
14px
;
font-size
:
$--font-size-base
;
line-height
:
18px
;
@include
when
(
bold
)
{
font-weight
:
bold
;
...
...
node_module/element-theme-chalk/src/date-picker/picker.scss
View file @
8b4e5127
...
...
@@ -22,7 +22,7 @@
@include
m
((
daterange
,
timerange
))
{
&
.el-input
,
&
.el-input__inner
{
width
:
350
px
;
width
:
262
px
;
}
}
...
...
@@ -49,7 +49,7 @@
margin-left
:
-5px
;
color
:
$--color-text-placeholder
;
float
:
left
;
line-height
:
32
px
;
line-height
:
28
px
;
}
.el-range-input
{
...
...
@@ -76,9 +76,9 @@
padding
:
0
5px
;
margin
:
0
;
text-align
:
center
;
line-height
:
32
px
;
line-height
:
28
px
;
font-size
:
14px
;
width
:
5%
;
width
:
30px
;
color
:
$--color-text-primary
;
}
...
...
@@ -88,7 +88,7 @@
width
:
25px
;
display
:
inline-block
;
float
:
right
;
line-height
:
32
px
;
line-height
:
28
px
;
}
}
...
...
@@ -117,7 +117,7 @@
}
.el-range-separator
{
line-height
:
2
8
px
;
line-height
:
2
4
px
;
font-size
:
$--input-medium-font-size
;
}
...
...
@@ -127,7 +127,7 @@
.el-range__icon
,
.el-range__close-icon
{
line-height
:
2
8
px
;
line-height
:
2
4
px
;
}
}
...
...
node_module/element-theme-chalk/src/tabs.scss
View file @
8b4e5127
...
...
@@ -95,7 +95,7 @@
}
@include
e
(
item
)
{
padding
:
0
20px
;
height
:
40
px
;
height
:
38
px
;
box-sizing
:
border-box
;
line-height
:
40px
;
display
:
inline-block
;
...
...
theme/alert.css
View file @
8b4e5127
...
...
@@ -264,7 +264,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
--------------------------*/
.el-alert
{
width
:
100%
;
padding
:
8
px
;
padding
:
6
px
;
margin
:
0
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
@@ -354,7 +354,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size
:
28px
;
width
:
28px
;
}
.el-alert__title
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
line-height
:
18px
;
}
.el-alert__title.is-bold
{
font-weight
:
bold
;
}
...
...
theme/autocomplete.css
View file @
8b4e5127
...
...
@@ -531,7 +531,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -588,7 +588,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -609,7 +609,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
@@ -1488,7 +1488,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
34px
;
cursor
:
pointer
;
color
:
#666666
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
list-style
:
none
;
white-space
:
nowrap
;
overflow
:
hidden
;
...
...
theme/button.css
View file @
8b4e5127
...
...
@@ -411,7 +411,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button
+
.el-button
{
margin-left
:
8px
;
}
...
...
@@ -689,7 +689,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8px
16px
;
}
...
...
@@ -697,7 +697,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
8px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--small.is-round
{
padding
:
6px
16px
;
}
...
...
@@ -705,7 +705,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
6px
;
}
.el-button--mini
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--mini.is-round
{
padding
:
4px
16px
;
}
...
...
theme/calendar.css
View file @
8b4e5127
...
...
@@ -675,7 +675,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button
+
.el-button
{
margin-left
:
8px
;
}
...
...
@@ -953,7 +953,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8px
16px
;
}
...
...
@@ -961,7 +961,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
8px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--small.is-round
{
padding
:
6px
16px
;
}
...
...
@@ -969,7 +969,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
6px
;
}
.el-button--mini
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--mini.is-round
{
padding
:
4px
16px
;
}
...
...
theme/cascader-panel.css
View file @
8b4e5127
...
...
@@ -657,7 +657,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox
{
color
:
#333333
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
cursor
:
pointer
;
display
:
inline-block
;
...
...
@@ -688,7 +688,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
36px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__label
{
line-height
:
17px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -698,7 +698,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__label
{
line-height
:
15px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -711,7 +711,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
28px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__label
{
line-height
:
12px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -855,7 +855,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -900,19 +900,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--small
.el-checkbox-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -1320,7 +1320,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
white-space
:
nowrap
;
outline
:
none
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
margin-right
:
30px
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
...
...
@@ -1344,7 +1344,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
36px
;
}
.el-radio--medium.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--medium.is-bordered
.el-radio__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -1353,7 +1353,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
32px
;
}
.el-radio--small.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--small.is-bordered
.el-radio__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -1362,7 +1362,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
28px
;
}
.el-radio--mini.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--mini.is-bordered
.el-radio__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -1453,7 +1453,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-shadow
:
0
0
2px
2px
#0885C6
;
box-shadow
:
0
0
2px
2px
#0885C6
;
}
.el-radio__label
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
padding-left
:
8px
;
}
/* BEM support Func
...
...
@@ -1772,7 +1772,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
-ms-flexbox
;
display
:
flex
;
border-radius
:
3px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-cascader-panel.is-bordered
{
border
:
solid
1px
#D0D0D0
;
border-radius
:
3px
;
}
...
...
theme/cascader.css
View file @
8b4e5127
...
...
@@ -532,7 +532,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -589,7 +589,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -610,7 +610,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
@@ -2286,7 +2286,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox
{
color
:
#333333
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
cursor
:
pointer
;
display
:
inline-block
;
...
...
@@ -2317,7 +2317,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
36px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__label
{
line-height
:
17px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -2327,7 +2327,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__label
{
line-height
:
15px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -2340,7 +2340,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
28px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__label
{
line-height
:
12px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -2484,7 +2484,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -2529,19 +2529,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--small
.el-checkbox-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -2949,7 +2949,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
white-space
:
nowrap
;
outline
:
none
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
margin-right
:
30px
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
...
...
@@ -2973,7 +2973,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
36px
;
}
.el-radio--medium.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--medium.is-bordered
.el-radio__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -2982,7 +2982,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
32px
;
}
.el-radio--small.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--small.is-bordered
.el-radio__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -2991,7 +2991,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
28px
;
}
.el-radio--mini.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--mini.is-bordered
.el-radio__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -3082,7 +3082,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-shadow
:
0
0
2px
2px
#0885C6
;
box-shadow
:
0
0
2px
2px
#0885C6
;
}
.el-radio__label
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
padding-left
:
8px
;
}
/* BEM support Func
...
...
@@ -3401,7 +3401,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
-ms-flexbox
;
display
:
flex
;
border-radius
:
3px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-cascader-panel.is-bordered
{
border
:
solid
1px
#D0D0D0
;
border-radius
:
3px
;
}
...
...
@@ -3493,7 +3493,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-cascader
{
display
:
inline-block
;
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
line-height
:
36px
;
}
.el-cascader
:not
(
.is-disabled
)
:hover
.el-input__inner
{
cursor
:
pointer
;
...
...
@@ -3531,7 +3531,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#CCCCCC
;
}
.el-cascader__dropdown
{
margin
:
5px
0
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
background
:
#FFFFFF
;
border
:
solid
1px
#D0D0D0
;
border-radius
:
3px
;
}
...
...
@@ -3584,7 +3584,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
max-height
:
204px
;
margin
:
0
;
padding
:
4px
0
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
text-align
:
center
;
}
.el-cascader__suggestion-item
{
...
...
theme/checkbox.css
View file @
8b4e5127
...
...
@@ -393,7 +393,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox
{
color
:
#333333
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
cursor
:
pointer
;
display
:
inline-block
;
...
...
@@ -424,7 +424,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
36px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__label
{
line-height
:
17px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -434,7 +434,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__label
{
line-height
:
15px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -447,7 +447,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
28px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__label
{
line-height
:
12px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -591,7 +591,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -636,19 +636,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--small
.el-checkbox-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
theme/date-picker.css
View file @
8b4e5127
...
...
@@ -1422,7 +1422,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-date-editor--monthrange.el-input
,
.el-date-editor--monthrange.el-input__inner
{
width
:
300px
;
}
.el-date-editor--daterange.el-input
,
.el-date-editor--daterange.el-input__inner
,
.el-date-editor--timerange.el-input
,
.el-date-editor--timerange.el-input__inner
{
width
:
350
px
;
}
width
:
262
px
;
}
.el-date-editor--datetimerange.el-input
,
.el-date-editor--datetimerange.el-input__inner
{
width
:
400px
;
}
.el-date-editor--dates
.el-input__inner
{
...
...
@@ -1435,7 +1435,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
margin-left
:
-5px
;
color
:
#CCCCCC
;
float
:
left
;
line-height
:
32
px
;
}
line-height
:
28
px
;
}
.el-date-editor
.el-range-input
{
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
...
...
@@ -1448,7 +1448,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
;
width
:
39%
;
text-align
:
center
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
}
.el-date-editor
.el-range-input
::-webkit-input-placeholder
{
color
:
#CCCCCC
;
}
...
...
@@ -1464,9 +1464,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
5px
;
margin
:
0
;
text-align
:
center
;
line-height
:
32
px
;
line-height
:
28
px
;
font-size
:
14px
;
width
:
5%
;
width
:
30px
;
color
:
#333333
;
}
.el-date-editor
.el-range__close-icon
{
font-size
:
14px
;
...
...
@@ -1474,7 +1474,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
25px
;
display
:
inline-block
;
float
:
right
;
line-height
:
32
px
;
}
line-height
:
28
px
;
}
.el-range-editor.el-input__inner
{
display
:
-webkit-inline-box
;
...
...
@@ -1497,7 +1497,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-range-editor--medium
.el-range-separator
{
line-height
:
2
8
px
;
line-height
:
2
4
px
;
font-size
:
14px
;
}
.el-range-editor--medium
.el-range-input
{
...
...
@@ -1505,7 +1505,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-range-editor--medium
.el-range__icon
,
.el-range-editor--medium
.el-range__close-icon
{
line-height
:
2
8
px
;
}
line-height
:
2
4
px
;
}
.el-range-editor--small.el-input__inner
{
height
:
28px
;
}
...
...
@@ -2904,7 +2904,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -2961,7 +2961,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -2982,7 +2982,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
theme/dialog.css
View file @
8b4e5127
...
...
@@ -615,13 +615,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-dialog__title
{
line-height
:
10px
;
height
:
32px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
font-weight
:
bold
;
color
:
#333333
;
position
:
absolute
;
margin-top
:
3px
;
}
.el-dialog__tip
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
height
:
40px
;
line-height
:
40px
;
padding
:
0
32px
;
...
...
@@ -631,6 +631,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#00BBF2
;
}
.el-dialog__successtip
{
color
:
#4EC87C
;
}
.el-dialog__errortip
{
color
:
#4EC87C
;
}
.el-dialog__body
{
padding
:
20px
;
color
:
#666666
;
...
...
theme/dropdown.css
View file @
8b4e5127
...
...
@@ -675,7 +675,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button
+
.el-button
{
margin-left
:
8px
;
}
...
...
@@ -953,7 +953,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8px
16px
;
}
...
...
@@ -961,7 +961,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
8px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--small.is-round
{
padding
:
6px
16px
;
}
...
...
@@ -969,7 +969,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
6px
;
}
.el-button--mini
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--mini.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -1408,7 +1408,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
position
:
relative
;
color
:
#666666
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-dropdown
.el-button-group
{
display
:
block
;
}
.el-dropdown
.el-button-group
.el-button
{
...
...
@@ -1457,7 +1457,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
36px
;
padding
:
0
20px
;
margin
:
0
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
cursor
:
pointer
;
outline
:
none
;
}
...
...
theme/form.css
View file @
8b4e5127
...
...
@@ -328,7 +328,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
text-align
:
right
;
vertical-align
:
middle
;
float
:
left
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
line-height
:
32px
;
padding
:
0
8px
0
0
;
...
...
theme/index.css
View file @
8b4e5127
This diff is collapsed.
Click to expand it.
theme/input-number.css
View file @
8b4e5127
...
...
@@ -531,7 +531,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -588,7 +588,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -609,7 +609,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
theme/input.css
View file @
8b4e5127
...
...
@@ -267,7 +267,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -324,7 +324,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -345,7 +345,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
theme/link.css
View file @
8b4e5127
...
...
@@ -282,7 +282,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
outline
:
none
;
cursor
:
pointer
;
padding
:
0
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
font-weight
:
500
;
}
.el-link.is-underline
:hover:after
{
content
:
""
;
...
...
theme/menu.css
View file @
8b4e5127
...
...
@@ -627,7 +627,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-menu-item
{
height
:
50px
;
line-height
:
48px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#CCCCCC
;
padding
:
0
20px
;
list-style
:
none
;
...
...
@@ -667,7 +667,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-submenu__title
{
height
:
50px
;
line-height
:
48px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#CCCCCC
;
padding
:
0
20px
;
list-style
:
none
;
...
...
theme/message-box.css
View file @
8b4e5127
...
...
@@ -979,7 +979,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button
+
.el-button
{
margin-left
:
8px
;
}
...
...
@@ -1257,7 +1257,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8px
16px
;
}
...
...
@@ -1265,7 +1265,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
8px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--small.is-round
{
padding
:
6px
16px
;
}
...
...
@@ -1273,7 +1273,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
6px
;
}
.el-button--mini
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--mini.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -1644,7 +1644,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -1701,7 +1701,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -1722,7 +1722,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
@@ -1987,7 +1987,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__content
{
padding
:
0px
24px
;
color
:
#333333
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
}
.el-message-box__container
{
position
:
relative
;
}
...
...
theme/notification.css
View file @
8b4e5127
...
...
@@ -294,7 +294,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#333
;
margin
:
0
;
}
.el-notification__content
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
line-height
:
21px
;
margin
:
6px
0
0
0
;
color
:
#999
;
...
...
theme/option.css
View file @
8b4e5127
...
...
@@ -263,7 +263,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
/* Break-point
--------------------------*/
.el-select-dropdown__item
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
padding
:
0
8px
;
position
:
relative
;
white-space
:
nowrap
;
...
...
theme/pagination.css
View file @
8b4e5127
...
...
@@ -1156,7 +1156,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
margin
:
0
;
text-align
:
center
;
color
:
#999
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-select-dropdown__wrap
{
max-height
:
274px
;
}
...
...
@@ -1437,7 +1437,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -1494,7 +1494,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -1515,7 +1515,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
@@ -2465,7 +2465,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
/* Break-point
--------------------------*/
.el-select-dropdown__item
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
padding
:
0
8px
;
position
:
relative
;
white-space
:
nowrap
;
...
...
@@ -3118,7 +3118,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-transform
:
rotateZ
(
0deg
);
transform
:
rotateZ
(
0deg
);
}
.el-select
.el-input
.el-select__caret.is-show-close
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
text-align
:
center
;
-webkit-transform
:
rotateZ
(
180deg
);
transform
:
rotateZ
(
180deg
);
...
...
@@ -3142,7 +3142,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
;
margin-left
:
15px
;
color
:
#666
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
...
...
theme/popover.css
View file @
8b4e5127
...
...
@@ -606,7 +606,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#666666
;
line-height
:
1.4
;
text-align
:
justify
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
word-break
:
break-all
;
}
...
...
theme/radio-button.css
View file @
8b4e5127
...
...
@@ -415,7 +415,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-transition
:
all
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
all
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-radio-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -457,19 +457,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
}
.el-radio-button--medium
.el-radio-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-radio-button--medium
.el-radio-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-radio-button--small
.el-radio-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-radio-button--small
.el-radio-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-radio-button--mini
.el-radio-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-radio-button--mini
.el-radio-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
theme/radio.css
View file @
8b4e5127
...
...
@@ -399,7 +399,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
white-space
:
nowrap
;
outline
:
none
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
margin-right
:
30px
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
...
...
@@ -423,7 +423,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
36px
;
}
.el-radio--medium.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--medium.is-bordered
.el-radio__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -432,7 +432,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
32px
;
}
.el-radio--small.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--small.is-bordered
.el-radio__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -441,7 +441,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
3px
;
height
:
28px
;
}
.el-radio--mini.is-bordered
.el-radio__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-radio--mini.is-bordered
.el-radio__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -532,5 +532,5 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-shadow
:
0
0
2px
2px
#0885C6
;
box-shadow
:
0
0
2px
2px
#0885C6
;
}
.el-radio__label
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
padding-left
:
8px
;
}
theme/rate.css
View file @
8b4e5127
...
...
@@ -294,5 +294,5 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
overflow
:
hidden
;
}
.el-rate__text
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
vertical-align
:
middle
;
}
theme/reset.css
View file @
8b4e5127
...
...
@@ -129,7 +129,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
body
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
"PingFang SC"
,
"Hiragino Sans GB"
,
"Microsoft YaHei"
,
"微软雅黑"
,
Arial
,
sans-serif
;
font-weight
:
400
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#000000
;
-webkit-font-smoothing
:
antialiased
;
}
...
...
@@ -150,13 +150,13 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom
:
0
;
}
h1
{
font-size
:
20
px
;
}
font-size
:
18
px
;
}
h2
{
font-size
:
1
8
px
;
}
font-size
:
1
6
px
;
}
h3
{
font-size
:
1
6
px
;
}
font-size
:
1
4
px
;
}
h4
,
h5
,
h6
,
p
{
font-size
:
inherit
;
}
...
...
@@ -169,10 +169,10 @@ p {
margin-bottom
:
0
;
}
sup
,
sub
{
font-size
:
1
3
px
;
}
font-size
:
1
1
px
;
}
small
{
font-size
:
1
2
px
;
}
font-size
:
1
0
px
;
}
hr
{
margin-top
:
20px
;
...
...
theme/select-dropdown.css
View file @
8b4e5127
...
...
@@ -628,7 +628,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
margin
:
0
;
text-align
:
center
;
color
:
#999
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-select-dropdown__wrap
{
max-height
:
274px
;
}
...
...
theme/select.css
View file @
8b4e5127
...
...
@@ -892,7 +892,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
margin
:
0
;
text-align
:
center
;
color
:
#999
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-select-dropdown__wrap
{
max-height
:
274px
;
}
...
...
@@ -1173,7 +1173,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -1230,7 +1230,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -1251,7 +1251,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
@@ -2201,7 +2201,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
/* Break-point
--------------------------*/
.el-select-dropdown__item
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
padding
:
0
8px
;
position
:
relative
;
white-space
:
nowrap
;
...
...
@@ -2854,7 +2854,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-transform
:
rotateZ
(
0deg
);
transform
:
rotateZ
(
0deg
);
}
.el-select
.el-input
.el-select__caret.is-show-close
{
font-size
:
1
4
px
;
font-size
:
1
2
px
;
text-align
:
center
;
-webkit-transform
:
rotateZ
(
180deg
);
transform
:
rotateZ
(
180deg
);
...
...
@@ -2878,7 +2878,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
;
margin-left
:
15px
;
color
:
#666
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
...
...
theme/slider.css
View file @
8b4e5127
...
...
@@ -668,7 +668,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -725,7 +725,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -746,7 +746,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
theme/switch.css
View file @
8b4e5127
...
...
@@ -270,7 +270,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-ms-flex-align
:
center
;
align-items
:
center
;
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
line-height
:
20px
;
height
:
20px
;
vertical-align
:
middle
;
}
...
...
@@ -282,7 +282,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
transition
:
.2s
;
height
:
20px
;
display
:
inline-block
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
font-weight
:
500
;
cursor
:
pointer
;
vertical-align
:
middle
;
...
...
@@ -295,7 +295,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
margin-left
:
8px
;
}
.el-switch__label
*
{
line-height
:
1
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
}
.el-switch__input
{
position
:
absolute
;
...
...
theme/table-column.css
View file @
8b4e5127
...
...
@@ -530,7 +530,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox
{
color
:
#333333
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
cursor
:
pointer
;
display
:
inline-block
;
...
...
@@ -561,7 +561,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
36px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__label
{
line-height
:
17px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -571,7 +571,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__label
{
line-height
:
15px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -584,7 +584,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
28px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__label
{
line-height
:
12px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -728,7 +728,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -773,19 +773,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--small
.el-checkbox-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -1420,7 +1420,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
36px
;
padding
:
0
10px
;
cursor
:
pointer
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-table-filter__list-item
:hover
{
background-color
:
#e6f4fc
;
color
:
#3aa9e3
;
}
...
...
theme/table.css
View file @
8b4e5127
...
...
@@ -530,7 +530,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox
{
color
:
#333333
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
cursor
:
pointer
;
display
:
inline-block
;
...
...
@@ -561,7 +561,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
36px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__label
{
line-height
:
17px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -571,7 +571,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__label
{
line-height
:
15px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -584,7 +584,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
28px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__label
{
line-height
:
12px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -728,7 +728,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -773,19 +773,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--small
.el-checkbox-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
theme/tabs.css
View file @
8b4e5127
...
...
@@ -357,7 +357,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-tabs__item
{
padding
:
0
20px
;
height
:
40
px
;
height
:
38
px
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
line-height
:
40px
;
...
...
theme/time-picker.css
View file @
8b4e5127
...
...
@@ -514,7 +514,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-date-editor--monthrange.el-input
,
.el-date-editor--monthrange.el-input__inner
{
width
:
300px
;
}
.el-date-editor--daterange.el-input
,
.el-date-editor--daterange.el-input__inner
,
.el-date-editor--timerange.el-input
,
.el-date-editor--timerange.el-input__inner
{
width
:
350
px
;
}
width
:
262
px
;
}
.el-date-editor--datetimerange.el-input
,
.el-date-editor--datetimerange.el-input__inner
{
width
:
400px
;
}
.el-date-editor--dates
.el-input__inner
{
...
...
@@ -527,7 +527,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
margin-left
:
-5px
;
color
:
#CCCCCC
;
float
:
left
;
line-height
:
32
px
;
}
line-height
:
28
px
;
}
.el-date-editor
.el-range-input
{
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
...
...
@@ -540,7 +540,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
;
width
:
39%
;
text-align
:
center
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
}
.el-date-editor
.el-range-input
::-webkit-input-placeholder
{
color
:
#CCCCCC
;
}
...
...
@@ -556,9 +556,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
5px
;
margin
:
0
;
text-align
:
center
;
line-height
:
32
px
;
line-height
:
28
px
;
font-size
:
14px
;
width
:
5%
;
width
:
30px
;
color
:
#333333
;
}
.el-date-editor
.el-range__close-icon
{
font-size
:
14px
;
...
...
@@ -566,7 +566,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
25px
;
display
:
inline-block
;
float
:
right
;
line-height
:
32
px
;
}
line-height
:
28
px
;
}
.el-range-editor.el-input__inner
{
display
:
-webkit-inline-box
;
...
...
@@ -589,7 +589,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-range-editor--medium
.el-range-separator
{
line-height
:
2
8
px
;
line-height
:
2
4
px
;
font-size
:
14px
;
}
.el-range-editor--medium
.el-range-input
{
...
...
@@ -597,7 +597,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-range-editor--medium
.el-range__icon
,
.el-range-editor--medium
.el-range__close-icon
{
line-height
:
2
8
px
;
}
line-height
:
2
4
px
;
}
.el-range-editor--small.el-input__inner
{
height
:
28px
;
}
...
...
@@ -1679,7 +1679,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -1736,7 +1736,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -1757,7 +1757,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
theme/time-select.css
View file @
8b4e5127
...
...
@@ -641,7 +641,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-date-editor--monthrange.el-input
,
.el-date-editor--monthrange.el-input__inner
{
width
:
300px
;
}
.el-date-editor--daterange.el-input
,
.el-date-editor--daterange.el-input__inner
,
.el-date-editor--timerange.el-input
,
.el-date-editor--timerange.el-input__inner
{
width
:
350
px
;
}
width
:
262
px
;
}
.el-date-editor--datetimerange.el-input
,
.el-date-editor--datetimerange.el-input__inner
{
width
:
400px
;
}
.el-date-editor--dates
.el-input__inner
{
...
...
@@ -654,7 +654,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
margin-left
:
-5px
;
color
:
#CCCCCC
;
float
:
left
;
line-height
:
32
px
;
}
line-height
:
28
px
;
}
.el-date-editor
.el-range-input
{
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
...
...
@@ -667,7 +667,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
;
width
:
39%
;
text-align
:
center
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
}
.el-date-editor
.el-range-input
::-webkit-input-placeholder
{
color
:
#CCCCCC
;
}
...
...
@@ -683,9 +683,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
0
5px
;
margin
:
0
;
text-align
:
center
;
line-height
:
32
px
;
line-height
:
28
px
;
font-size
:
14px
;
width
:
5%
;
width
:
30px
;
color
:
#333333
;
}
.el-date-editor
.el-range__close-icon
{
font-size
:
14px
;
...
...
@@ -693,7 +693,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
25px
;
display
:
inline-block
;
float
:
right
;
line-height
:
32
px
;
}
line-height
:
28
px
;
}
.el-range-editor.el-input__inner
{
display
:
-webkit-inline-box
;
...
...
@@ -716,7 +716,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-range-editor--medium
.el-range-separator
{
line-height
:
2
8
px
;
line-height
:
2
4
px
;
font-size
:
14px
;
}
.el-range-editor--medium
.el-range-input
{
...
...
@@ -724,7 +724,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-range-editor--medium
.el-range__icon
,
.el-range-editor--medium
.el-range__close-icon
{
line-height
:
2
8
px
;
}
line-height
:
2
4
px
;
}
.el-range-editor--small.el-input__inner
{
height
:
28px
;
}
...
...
theme/timeline.css
View file @
8b4e5127
...
...
@@ -264,7 +264,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
--------------------------*/
.el-timeline
{
margin
:
0
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
list-style
:
none
;
}
.el-timeline
.el-timeline-item
:last-child
.el-timeline-item__tail
{
display
:
none
;
}
theme/transfer.css
View file @
8b4e5127
...
...
@@ -532,7 +532,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
inline-block
;
width
:
100%
;
vertical-align
:
bottom
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-textarea__inner
{
display
:
block
;
resize
:
vertical
;
...
...
@@ -589,7 +589,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
display
:
inline-block
;
width
:
100%
;
}
.el-input
::-webkit-scrollbar
{
...
...
@@ -610,7 +610,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
6px
;
}
.el-input
.el-input__clear
{
color
:
#CCCCCC
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
cursor
:
pointer
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
...
...
@@ -1231,7 +1231,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button
+
.el-button
{
margin-left
:
8px
;
}
...
...
@@ -1509,7 +1509,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8px
16px
;
}
...
...
@@ -1517,7 +1517,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
8px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--small.is-round
{
padding
:
6px
16px
;
}
...
...
@@ -1525,7 +1525,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding
:
6px
;
}
.el-button--mini
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
3px
;
}
.el-button--mini.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -2021,7 +2021,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox
{
color
:
#333333
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
cursor
:
pointer
;
display
:
inline-block
;
...
...
@@ -2052,7 +2052,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
36px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__label
{
line-height
:
17px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -2062,7 +2062,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__label
{
line-height
:
15px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -2075,7 +2075,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
28px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__label
{
line-height
:
12px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -2219,7 +2219,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -2264,19 +2264,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--small
.el-checkbox-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -2285,7 +2285,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size
:
0
;
}
.el-transfer
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-transfer__buttons
{
display
:
inline-block
;
vertical-align
:
middle
;
...
...
theme/tree.css
View file @
8b4e5127
...
...
@@ -900,7 +900,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox
{
color
:
#333333
;
font-weight
:
500
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
position
:
relative
;
cursor
:
pointer
;
display
:
inline-block
;
...
...
@@ -931,7 +931,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
36px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__label
{
line-height
:
17px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--medium
.el-checkbox__inner
{
height
:
14px
;
width
:
14px
;
}
...
...
@@ -941,7 +941,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
32px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__label
{
line-height
:
15px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--small
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -954,7 +954,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
28px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__label
{
line-height
:
12px
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-checkbox.is-bordered.el-checkbox--mini
.el-checkbox__inner
{
height
:
12px
;
width
:
12px
;
}
...
...
@@ -1098,7 +1098,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
padding
:
10px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button__inner.is-round
{
padding
:
10px
16px
;
}
...
...
@@ -1143,19 +1143,19 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--small
.el-checkbox-button__inner.is-round
{
padding
:
6px
16px
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner
{
padding
:
4px
16px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
border-radius
:
0
;
}
.el-checkbox-button--mini
.el-checkbox-button__inner.is-round
{
padding
:
4px
16px
;
}
...
...
@@ -1181,7 +1181,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
color
:
#999999
;
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-tree__drop-indicator
{
position
:
absolute
;
left
:
0
;
...
...
@@ -1237,10 +1237,10 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
transparent
;
cursor
:
default
;
}
.el-tree-node__label
{
font-size
:
1
4
px
;
}
font-size
:
1
2
px
;
}
.el-tree-node__loading-icon
{
margin-right
:
8px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#CCCCCC
;
}
.el-tree-node
>
.el-tree-node__children
{
overflow
:
hidden
;
...
...
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