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
a1baa17d
Commit
a1baa17d
authored
Jun 04, 2020
by
luohua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一改样式
parent
4745fc7a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
229 additions
and
168 deletions
+229
-168
element-variables.scss
element-variables.scss
+1
-1
menu.scss
node_module/element-theme-chalk/src/menu.scss
+4
-1
message-box.scss
node_module/element-theme-chalk/src/message-box.scss
+32
-18
table.scss
node_module/element-theme-chalk/src/table.scss
+4
-4
button.css
theme/button.css
+3
-3
calendar.css
theme/calendar.css
+3
-3
cascader-panel.css
theme/cascader-panel.css
+2
-2
cascader.css
theme/cascader.css
+2
-2
checkbox.css
theme/checkbox.css
+2
-2
dropdown.css
theme/dropdown.css
+3
-3
index.css
theme/index.css
+94
-72
menu.css
theme/menu.css
+22
-16
message-box.css
theme/message-box.css
+40
-24
radio-button.css
theme/radio-button.css
+2
-2
table-column.css
theme/table-column.css
+2
-2
table.css
theme/table.css
+6
-6
transfer.css
theme/transfer.css
+5
-5
tree.css
theme/tree.css
+2
-2
No files found.
element-variables.scss
View file @
a1baa17d
...
@@ -594,7 +594,7 @@ $--button-medium-font-size: $--font-size-base !default;
...
@@ -594,7 +594,7 @@ $--button-medium-font-size: $--font-size-base !default;
/// borderRadius||Border|2
/// borderRadius||Border|2
$--button-medium-border-radius
:
$--border-radius-base
!
default
;
$--button-medium-border-radius
:
$--border-radius-base
!
default
;
/// padding||Spacing|3
/// padding||Spacing|3
$--button-medium-padding-vertical
:
8
px
!
default
;
$--button-medium-padding-vertical
:
9
px
!
default
;
/// padding||Spacing|3
/// padding||Spacing|3
$--button-medium-padding-horizontal
:
16px
!
default
;
$--button-medium-padding-horizontal
:
16px
!
default
;
...
...
node_module/element-theme-chalk/src/menu.scss
View file @
a1baa17d
...
@@ -131,9 +131,12 @@
...
@@ -131,9 +131,12 @@
}
}
@include
m
(
collapse
)
{
@include
m
(
collapse
)
{
width
:
46px
;
width
:
46px
;
>
.el-menu-item
,
>
.el-menu-item
,
>
.el-submenu
>
.el-submenu__title
{
>
.el-submenu
>
.el-submenu__title
{
padding
:
0
10px
!
important
;
.el-tooltip
{
padding
:
0
10px
!
important
;
}
[
class
^=
"el-icon-"
]
{
[
class
^=
"el-icon-"
]
{
margin
:
0
;
margin
:
0
;
vertical-align
:
middle
;
vertical-align
:
middle
;
...
...
node_module/element-theme-chalk/src/message-box.scss
View file @
a1baa17d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
@include
b
(
message-box
)
{
@include
b
(
message-box
)
{
display
:
inline-block
;
display
:
inline-block
;
width
:
$--msgbox-width
;
width
:
280px
;
padding-bottom
:
24px
;
padding-bottom
:
24px
;
vertical-align
:
middle
;
vertical-align
:
middle
;
background-color
:
$--color-white
;
background-color
:
$--color-white
;
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
border
:
1px
solid
$--border-color-lighter
;
border
:
1px
solid
$--border-color-lighter
;
font-size
:
$--messagebox-font-size
;
font-size
:
$--messagebox-font-size
;
box-shadow
:
$--box-shadow-heavy
;
box-shadow
:
$--box-shadow-heavy
;
text-align
:
left
;
text-align
:
center
;
overflow
:
hidden
;
overflow
:
hidden
;
backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
...
@@ -38,22 +38,25 @@
...
@@ -38,22 +38,25 @@
@include
e
(
header
)
{
@include
e
(
header
)
{
position
:
relative
;
position
:
relative
;
padding
:
$--msgbox-header-padding-primary
;
padding
:
$--msgbox-header-padding-primary
;
padding-bottom
:
8px
;
padding-bottom
:
6px
;
padding-top
:
8px
;
padding-top
:
6px
;
background-color
:
#EFF2F7
;
border-bottom
:
1px
solid
#D0D0D0
;
}
}
@include
e
(
title
)
{
@include
e
(
title
)
{
padding-left
:
0
;
padding-left
:
0
;
margin-bottom
:
0
;
margin-bottom
:
0
;
font-size
:
$--messagebox-font-size
;
font-size
:
$--size-base
;
line-height
:
36px
;
line-height
:
20px
;
height
:
36px
;
text-align
:
left
;
height
:
20px
;
color
:
$--messagebox-title-color
;
color
:
$--messagebox-title-color
;
}
}
@include
e
(
headerbtn
)
{
@include
e
(
headerbtn
)
{
position
:
absolute
;
position
:
absolute
;
top
:
$--msgbox-header-padding-primary
;
top
:
8px
;
right
:
12px
;
right
:
12px
;
padding
:
0
;
padding
:
0
;
border
:
none
;
border
:
none
;
...
@@ -75,7 +78,7 @@
...
@@ -75,7 +78,7 @@
}
}
@include
e
(
content
)
{
@include
e
(
content
)
{
padding
:
0px
$--msgbox
-padding-primary
;
padding
:
$--dialog
-padding-primary
;
color
:
$--messagebox-content-color
;
color
:
$--messagebox-content-color
;
font-size
:
$--messagebox-content-font-size
;
font-size
:
$--messagebox-content-font-size
;
position
:
relative
;
position
:
relative
;
...
@@ -100,7 +103,7 @@
...
@@ -100,7 +103,7 @@
position
:
absolute
;
position
:
absolute
;
top
:
50%
;
top
:
50%
;
transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
font-size
:
2
4
px
!
important
;
font-size
:
2
0
px
!
important
;
&
:
:
before
{
&
:
:
before
{
// 防止图标切割
// 防止图标切割
...
@@ -108,7 +111,7 @@
...
@@ -108,7 +111,7 @@
}
}
+
.el-message-box__message
{
+
.el-message-box__message
{
padding-left
:
3
2
px
;
padding-left
:
3
4
px
;
padding-right
:
8px
;
padding-right
:
8px
;
}
}
...
@@ -131,10 +134,17 @@
...
@@ -131,10 +134,17 @@
@include
e
(
message
)
{
@include
e
(
message
)
{
margin
:
0
;
margin
:
0
;
display
:
inline-block
;
&
p
{
&
p
{
margin
:
0
;
margin
:
0
;
text-align
:
left
;
line-height
:
24px
;
line-height
:
24px
;
&
.mes
{
line-height
:
32px
;
display
:
block
;
font-size
:
14px
;
color
:
#333
;
}
&
.tip
{
line-height
:
24px
;
display
:
block
;
font-size
:
12px
;
color
:
#999
;
}
}
}
}
}
...
@@ -146,15 +156,20 @@
...
@@ -146,15 +156,20 @@
}
}
@include
e
(
btns
)
{
@include
e
(
btns
)
{
padding
:
24px
16px
0
;
padding
:
0
16px
;
text-align
:
right
;
display
:
inline-block
;
&
button
{
padding
:
9px
15px
;
font-size
:
12px
;
border-radius
:
3px
;
margin
:
0
;
}
&
button
:nth-child
(
1
)
{
&
button
:nth-child
(
1
)
{
color
:
$--color-text-secondary
;
color
:
$--color-text-secondary
;
background-color
:
$--color-white
;
background-color
:
$--color-white
;
border-color
:
$--color-text-placeholder
;
border-color
:
$--color-text-placeholder
;
float
:
right
;
float
:
right
;
margin-left
:
8
px
;
margin-left
:
16
px
;
&
:focus
,
&
:hover
{
&
:focus
,
&
:hover
{
color
:
$--color-primary-text-plain-hover
;
color
:
$--color-primary-text-plain-hover
;
background-color
:
$--color-primary-background-plain-hover
;
background-color
:
$--color-primary-background-plain-hover
;
...
@@ -175,14 +190,13 @@
...
@@ -175,14 +190,13 @@
padding-bottom
:
30px
;
padding-bottom
:
30px
;
@include
e
(
header
)
{
@include
e
(
header
)
{
padding-top
:
30px
;
}
}
@include
e
(
title
)
{
@include
e
(
title
)
{
position
:
relative
;
position
:
relative
;
background-color
:
#EFF2F7
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
}
}
@include
e
(
status
)
{
@include
e
(
status
)
{
...
...
node_module/element-theme-chalk/src/table.scss
View file @
a1baa17d
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
width
:
100%
;
width
:
100%
;
max-width
:
100%
;
max-width
:
100%
;
background-color
:
$--color-white
;
background-color
:
$--color-white
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
$--table-font-color
;
color
:
$--table-font-color
;
// 数据为空
// 数据为空
...
@@ -109,11 +109,11 @@
...
@@ -109,11 +109,11 @@
thead
{
thead
{
color
:
$--table-header-font-color
;
color
:
$--table-header-font-color
;
th
{
th
{
font-weight
:
500
;
font-weight
:
bold
;
}
}
&
.is-group
{
&
.is-group
{
th
{
th
{
background
:
$--background-color-
base
;
background
:
$--background-color-
light
;
}
}
}
}
}
}
...
@@ -487,7 +487,7 @@
...
@@ -487,7 +487,7 @@
&
.el-table__body
{
&
.el-table__body
{
&
tr
.el-table__row--striped
{
&
tr
.el-table__row--striped
{
td
{
td
{
background
:
#F
AFAFA
;
background
:
#F
BFBFB
;
}
}
&
.current-row
td
{
&
.current-row
td
{
...
...
theme/button.css
View file @
a1baa17d
...
@@ -688,13 +688,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -688,13 +688,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
color
:
#CCCCCC
;
}
.el-button--medium
{
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
3px
;
}
border-radius
:
3px
;
}
.el-button--medium.is-round
{
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
.el-button--small
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/calendar.css
View file @
a1baa17d
...
@@ -952,13 +952,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -952,13 +952,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
color
:
#CCCCCC
;
}
.el-button--medium
{
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
3px
;
}
border-radius
:
3px
;
}
.el-button--medium.is-round
{
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
.el-button--small
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/cascader-panel.css
View file @
a1baa17d
...
@@ -899,11 +899,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -899,11 +899,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/cascader.css
View file @
a1baa17d
...
@@ -2528,11 +2528,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2528,11 +2528,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/checkbox.css
View file @
a1baa17d
...
@@ -635,11 +635,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -635,11 +635,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/dropdown.css
View file @
a1baa17d
...
@@ -952,13 +952,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -952,13 +952,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
color
:
#CCCCCC
;
}
.el-button--medium
{
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
3px
;
}
border-radius
:
3px
;
}
.el-button--medium.is-round
{
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
.el-button--small
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/index.css
View file @
a1baa17d
This diff is collapsed.
Click to expand it.
theme/menu.css
View file @
a1baa17d
...
@@ -575,22 +575,28 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -575,22 +575,28 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#333333
;
}
color
:
#333333
;
}
.el-menu--collapse
{
.el-menu--collapse
{
width
:
46px
;
}
width
:
46px
;
}
.el-menu--collapse
>
.el-menu-item
[
class
^=
"el-icon-"
],
.el-menu--collapse
>
.el-menu-item
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
[
class
^=
"el-icon-"
]
{
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
{
margin
:
0
;
padding
:
0
10px
!important
;
}
vertical-align
:
middle
;
.el-menu--collapse
>
.el-menu-item
.el-tooltip
,
width
:
24px
;
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-tooltip
{
text-align
:
center
;
}
padding
:
0
10px
!important
;
}
.el-menu--collapse
>
.el-menu-item
.el-submenu__icon-arrow
,
.el-menu--collapse
>
.el-menu-item
[
class
^=
"el-icon-"
],
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-submenu__icon-arrow
{
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
[
class
^=
"el-icon-"
]
{
display
:
none
;
}
margin
:
0
;
.el-menu--collapse
>
.el-menu-item
span
,
vertical-align
:
middle
;
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
span
{
width
:
24px
;
height
:
0
;
text-align
:
center
;
}
width
:
0
;
.el-menu--collapse
>
.el-menu-item
.el-submenu__icon-arrow
,
overflow
:
hidden
;
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-submenu__icon-arrow
{
visibility
:
hidden
;
display
:
none
;
}
display
:
inline-block
;
}
.el-menu--collapse
>
.el-menu-item
span
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
span
{
height
:
0
;
width
:
0
;
overflow
:
hidden
;
visibility
:
hidden
;
display
:
inline-block
;
}
.el-menu--collapse
>
.el-menu-item.is-active
i
{
.el-menu--collapse
>
.el-menu-item.is-active
i
{
color
:
inherit
;
}
color
:
inherit
;
}
.el-menu--collapse
.el-menu
.el-submenu
{
.el-menu--collapse
.el-menu
.el-submenu
{
...
...
theme/message-box.css
View file @
a1baa17d
...
@@ -1256,13 +1256,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1256,13 +1256,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
color
:
#CCCCCC
;
}
.el-button--medium
{
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
3px
;
}
border-radius
:
3px
;
}
.el-button--medium.is-round
{
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
.el-button--small
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
@@ -1932,7 +1932,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1932,7 +1932,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box
{
.el-message-box
{
display
:
inline-block
;
display
:
inline-block
;
width
:
42
0px
;
width
:
28
0px
;
padding-bottom
:
24px
;
padding-bottom
:
24px
;
vertical-align
:
middle
;
vertical-align
:
middle
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
...
@@ -1941,7 +1941,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1941,7 +1941,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size
:
18px
;
font-size
:
18px
;
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.2
);
text-align
:
left
;
text-align
:
center
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-backface-visibility
:
hidden
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
}
backface-visibility
:
hidden
;
}
...
@@ -1961,18 +1961,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1961,18 +1961,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__header
{
.el-message-box__header
{
position
:
relative
;
position
:
relative
;
padding
:
16px
;
padding
:
16px
;
padding-bottom
:
8px
;
padding-bottom
:
6px
;
padding-top
:
8px
;
}
padding-top
:
6px
;
background-color
:
#EFF2F7
;
border-bottom
:
1px
solid
#D0D0D0
;
}
.el-message-box__title
{
.el-message-box__title
{
padding-left
:
0
;
padding-left
:
0
;
margin-bottom
:
0
;
margin-bottom
:
0
;
font-size
:
18px
;
font-size
:
14px
;
line-height
:
36px
;
line-height
:
20px
;
height
:
36px
;
text-align
:
left
;
height
:
20px
;
color
:
#333333
;
}
color
:
#333333
;
}
.el-message-box__headerbtn
{
.el-message-box__headerbtn
{
position
:
absolute
;
position
:
absolute
;
top
:
16
px
;
top
:
8
px
;
right
:
12px
;
right
:
12px
;
padding
:
0
;
padding
:
0
;
border
:
none
;
border
:
none
;
...
@@ -1985,7 +1988,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1985,7 +1988,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__headerbtn
:focus
.el-message-box__close
,
.el-message-box__headerbtn
:hover
.el-message-box__close
{
.el-message-box__headerbtn
:focus
.el-message-box__close
,
.el-message-box__headerbtn
:hover
.el-message-box__close
{
color
:
#0994DC
;
}
color
:
#0994DC
;
}
.el-message-box__content
{
.el-message-box__content
{
padding
:
0px
24
px
;
padding
:
20
px
;
color
:
#333333
;
color
:
#333333
;
font-size
:
12px
;
font-size
:
12px
;
position
:
relative
;
}
position
:
relative
;
}
...
@@ -2002,11 +2005,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2002,11 +2005,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
top
:
50%
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
font-size
:
2
4
px
!important
;
}
font-size
:
2
0
px
!important
;
}
.el-message-box__status
::before
{
.el-message-box__status
::before
{
padding-left
:
1px
;
}
padding-left
:
1px
;
}
.el-message-box__status
+
.el-message-box__message
{
.el-message-box__status
+
.el-message-box__message
{
padding-left
:
3
2
px
;
padding-left
:
3
4
px
;
padding-right
:
8px
;
}
padding-right
:
8px
;
}
.el-message-box__status.el-icon-success
{
.el-message-box__status.el-icon-success
{
color
:
#4EC87C
;
}
color
:
#4EC87C
;
}
...
@@ -2017,24 +2020,41 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2017,24 +2020,41 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__status.el-icon-error
{
.el-message-box__status.el-icon-error
{
color
:
#FF3D33
;
}
color
:
#FF3D33
;
}
.el-message-box__message
{
.el-message-box__message
{
margin
:
0
;
}
margin
:
0
;
display
:
inline-block
;
}
.el-message-box__message
p
{
.el-message-box__message
p
{
margin
:
0
;
margin
:
0
;
text-align
:
left
;
line-height
:
24px
;
}
line-height
:
24px
;
}
.el-message-box__message
p
.mes
{
line-height
:
32px
;
display
:
block
;
font-size
:
14px
;
color
:
#333
;
}
.el-message-box__message
p
.tip
{
line-height
:
24px
;
display
:
block
;
font-size
:
12px
;
color
:
#999
;
}
.el-message-box__errormsg
{
.el-message-box__errormsg
{
color
:
#FF3D33
;
color
:
#FF3D33
;
font-size
:
12px
;
font-size
:
12px
;
min-height
:
18px
;
min-height
:
18px
;
margin-top
:
2px
;
}
margin-top
:
2px
;
}
.el-message-box__btns
{
.el-message-box__btns
{
padding
:
24px
16px
0
;
padding
:
0
16px
;
text-align
:
right
;
}
display
:
inline-block
;
}
.el-message-box__btns
button
{
padding
:
9px
15px
;
font-size
:
12px
;
border-radius
:
3px
;
margin
:
0
;
}
.el-message-box__btns
button
:nth-child
(
1
)
{
.el-message-box__btns
button
:nth-child
(
1
)
{
color
:
#999999
;
color
:
#999999
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
border-color
:
#CCCCCC
;
border-color
:
#CCCCCC
;
float
:
right
;
float
:
right
;
margin-left
:
8
px
;
}
margin-left
:
16
px
;
}
.el-message-box__btns
button
:nth-child
(
1
)
:focus
,
.el-message-box__btns
button
:nth-child
(
1
)
:hover
{
.el-message-box__btns
button
:nth-child
(
1
)
:focus
,
.el-message-box__btns
button
:nth-child
(
1
)
:hover
{
color
:
#0885C6
;
color
:
#0885C6
;
background-color
:
#EDF6FC
;
background-color
:
#EDF6FC
;
...
@@ -2046,19 +2066,15 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2046,19 +2066,15 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
flex-direction
:
row-reverse
;
}
flex-direction
:
row-reverse
;
}
.el-message-box--center
{
.el-message-box--center
{
padding-bottom
:
30px
;
}
padding-bottom
:
30px
;
}
.el-message-box--center
.el-message-box__header
{
padding-top
:
30px
;
}
.el-message-box--center
.el-message-box__title
{
.el-message-box--center
.el-message-box__title
{
position
:
relative
;
position
:
relative
;
background-color
:
#EFF2F7
;
display
:
-webkit-box
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
flex
;
-webkit-box-align
:
center
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
align-items
:
center
;
}
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
}
.el-message-box--center
.el-message-box__status
{
.el-message-box--center
.el-message-box__status
{
position
:
relative
;
position
:
relative
;
top
:
auto
;
top
:
auto
;
...
...
theme/radio-button.css
View file @
a1baa17d
...
@@ -457,11 +457,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -457,11 +457,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-radio-button
:first-child:last-child
.el-radio-button__inner
{
.el-radio-button
:first-child:last-child
.el-radio-button__inner
{
border-radius
:
3px
;
}
border-radius
:
3px
;
}
.el-radio-button--medium
.el-radio-button__inner
{
.el-radio-button--medium
.el-radio-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-radio-button--medium
.el-radio-button__inner.is-round
{
.el-radio-button--medium
.el-radio-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-radio-button--small
.el-radio-button__inner
{
.el-radio-button--small
.el-radio-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/table-column.css
View file @
a1baa17d
...
@@ -772,11 +772,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -772,11 +772,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/table.css
View file @
a1baa17d
...
@@ -772,11 +772,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -772,11 +772,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
@@ -1765,7 +1765,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1765,7 +1765,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
100%
;
width
:
100%
;
max-width
:
100%
;
max-width
:
100%
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
}
color
:
#666666
;
}
.el-table__empty-block
{
.el-table__empty-block
{
min-height
:
60px
;
min-height
:
60px
;
...
@@ -1829,9 +1829,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1829,9 +1829,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table
thead
{
.el-table
thead
{
color
:
#333333
;
}
color
:
#333333
;
}
.el-table
thead
th
{
.el-table
thead
th
{
font-weight
:
500
;
}
font-weight
:
bold
;
}
.el-table
thead
.is-group
th
{
.el-table
thead
.is-group
th
{
background
:
#F
6F6F6
;
}
background
:
#F
5F6F7
;
}
.el-table
th
,
.el-table
td
{
.el-table
th
,
.el-table
td
{
min-width
:
0
;
min-width
:
0
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
...
@@ -2073,7 +2073,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2073,7 +2073,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position
:
absolute
;
position
:
absolute
;
z-index
:
-1
;
}
z-index
:
-1
;
}
.el-table--striped
.el-table__body
tr
.el-table__row--striped
td
{
.el-table--striped
.el-table__body
tr
.el-table__row--striped
td
{
background
:
#F
AFAFA
;
}
background
:
#F
BFBFB
;
}
.el-table--striped
.el-table__body
tr
.el-table__row--striped.current-row
td
{
.el-table--striped
.el-table__body
tr
.el-table__row--striped.current-row
td
{
background-color
:
#D1ECFF
;
}
background-color
:
#D1ECFF
;
}
.el-table__body
tr
.hover-row
>
td
,
.el-table__body
tr
.hover-row.current-row
>
td
,
.el-table__body
tr
.hover-row.el-table__row--striped
>
td
,
.el-table__body
tr
.hover-row.el-table__row--striped.current-row
>
td
{
.el-table__body
tr
.hover-row
>
td
,
.el-table__body
tr
.hover-row.current-row
>
td
,
.el-table__body
tr
.hover-row.el-table__row--striped
>
td
,
.el-table__body
tr
.hover-row.el-table__row--striped.current-row
>
td
{
...
...
theme/transfer.css
View file @
a1baa17d
...
@@ -1508,13 +1508,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1508,13 +1508,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
color
:
#CCCCCC
;
}
.el-button--medium
{
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
3px
;
}
border-radius
:
3px
;
}
.el-button--medium.is-round
{
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
.el-button--small
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
@@ -2263,11 +2263,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2263,11 +2263,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
theme/tree.css
View file @
a1baa17d
...
@@ -1142,11 +1142,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1142,11 +1142,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
font-size
:
12px
;
border-radius
:
0
;
}
border-radius
:
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
.el-checkbox-button--medium
.el-checkbox-button__inner.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-checkbox-button--small
.el-checkbox-button__inner
{
.el-checkbox-button--small
.el-checkbox-button__inner
{
padding
:
6px
16px
;
padding
:
6px
16px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
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