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
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;
/// borderRadius||Border|2
$--button-medium-border-radius
:
$--border-radius-base
!
default
;
/// padding||Spacing|3
$--button-medium-padding-vertical
:
8
px
!
default
;
$--button-medium-padding-vertical
:
9
px
!
default
;
/// padding||Spacing|3
$--button-medium-padding-horizontal
:
16px
!
default
;
...
...
node_module/element-theme-chalk/src/menu.scss
View file @
a1baa17d
...
...
@@ -131,9 +131,12 @@
}
@include
m
(
collapse
)
{
width
:
46px
;
>
.el-menu-item
,
>
.el-submenu
>
.el-submenu__title
{
padding
:
0
10px
!
important
;
.el-tooltip
{
padding
:
0
10px
!
important
;
}
[
class
^=
"el-icon-"
]
{
margin
:
0
;
vertical-align
:
middle
;
...
...
node_module/element-theme-chalk/src/message-box.scss
View file @
a1baa17d
...
...
@@ -6,7 +6,7 @@
@include
b
(
message-box
)
{
display
:
inline-block
;
width
:
$--msgbox-width
;
width
:
280px
;
padding-bottom
:
24px
;
vertical-align
:
middle
;
background-color
:
$--color-white
;
...
...
@@ -14,7 +14,7 @@
border
:
1px
solid
$--border-color-lighter
;
font-size
:
$--messagebox-font-size
;
box-shadow
:
$--box-shadow-heavy
;
text-align
:
left
;
text-align
:
center
;
overflow
:
hidden
;
backface-visibility
:
hidden
;
...
...
@@ -38,22 +38,25 @@
@include
e
(
header
)
{
position
:
relative
;
padding
:
$--msgbox-header-padding-primary
;
padding-bottom
:
8px
;
padding-top
:
8px
;
padding-bottom
:
6px
;
padding-top
:
6px
;
background-color
:
#EFF2F7
;
border-bottom
:
1px
solid
#D0D0D0
;
}
@include
e
(
title
)
{
padding-left
:
0
;
margin-bottom
:
0
;
font-size
:
$--messagebox-font-size
;
line-height
:
36px
;
height
:
36px
;
font-size
:
$--size-base
;
line-height
:
20px
;
text-align
:
left
;
height
:
20px
;
color
:
$--messagebox-title-color
;
}
@include
e
(
headerbtn
)
{
position
:
absolute
;
top
:
$--msgbox-header-padding-primary
;
top
:
8px
;
right
:
12px
;
padding
:
0
;
border
:
none
;
...
...
@@ -75,7 +78,7 @@
}
@include
e
(
content
)
{
padding
:
0px
$--msgbox
-padding-primary
;
padding
:
$--dialog
-padding-primary
;
color
:
$--messagebox-content-color
;
font-size
:
$--messagebox-content-font-size
;
position
:
relative
;
...
...
@@ -100,7 +103,7 @@
position
:
absolute
;
top
:
50%
;
transform
:
translateY
(
-50%
);
font-size
:
2
4
px
!
important
;
font-size
:
2
0
px
!
important
;
&
:
:
before
{
// 防止图标切割
...
...
@@ -108,7 +111,7 @@
}
+
.el-message-box__message
{
padding-left
:
3
2
px
;
padding-left
:
3
4
px
;
padding-right
:
8px
;
}
...
...
@@ -131,10 +134,17 @@
@include
e
(
message
)
{
margin
:
0
;
display
:
inline-block
;
&
p
{
margin
:
0
;
text-align
:
left
;
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 @@
}
@include
e
(
btns
)
{
padding
:
24px
16px
0
;
text-align
:
right
;
padding
:
0
16px
;
display
:
inline-block
;
&
button
{
padding
:
9px
15px
;
font-size
:
12px
;
border-radius
:
3px
;
margin
:
0
;
}
&
button
:nth-child
(
1
)
{
color
:
$--color-text-secondary
;
background-color
:
$--color-white
;
border-color
:
$--color-text-placeholder
;
float
:
right
;
margin-left
:
8
px
;
margin-left
:
16
px
;
&
:focus
,
&
:hover
{
color
:
$--color-primary-text-plain-hover
;
background-color
:
$--color-primary-background-plain-hover
;
...
...
@@ -175,14 +190,13 @@
padding-bottom
:
30px
;
@include
e
(
header
)
{
padding-top
:
30px
;
}
@include
e
(
title
)
{
position
:
relative
;
background-color
:
#EFF2F7
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
@include
e
(
status
)
{
...
...
node_module/element-theme-chalk/src/table.scss
View file @
a1baa17d
...
...
@@ -12,7 +12,7 @@
width
:
100%
;
max-width
:
100%
;
background-color
:
$--color-white
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
$--table-font-color
;
// 数据为空
...
...
@@ -109,11 +109,11 @@
thead
{
color
:
$--table-header-font-color
;
th
{
font-weight
:
500
;
font-weight
:
bold
;
}
&
.is-group
{
th
{
background
:
$--background-color-
base
;
background
:
$--background-color-
light
;
}
}
}
...
...
@@ -487,7 +487,7 @@
&
.el-table__body
{
&
tr
.el-table__row--striped
{
td
{
background
:
#F
AFAFA
;
background
:
#F
BFBFB
;
}
&
.current-row
td
{
...
...
theme/button.css
View file @
a1baa17d
...
...
@@ -688,13 +688,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/calendar.css
View file @
a1baa17d
...
...
@@ -952,13 +952,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/cascader-panel.css
View file @
a1baa17d
...
...
@@ -899,11 +899,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/cascader.css
View file @
a1baa17d
...
...
@@ -2528,11 +2528,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/checkbox.css
View file @
a1baa17d
...
...
@@ -635,11 +635,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/dropdown.css
View file @
a1baa17d
...
...
@@ -952,13 +952,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/index.css
View file @
a1baa17d
...
...
@@ -7857,13 +7857,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color: #EBEBEB;
color: #CCCCCC; }
.el-button--medium {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 3px; }
.el-button--medium.is-round {
padding:
8
px 16px; }
padding:
9
px 16px; }
.el-button--medium.is-circle {
padding:
8
px; }
padding:
9
px; }
.el-button--small {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -8995,22 +8995,28 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color: #333333; }
.el-menu--collapse {
width: 46px; }
.el-menu--collapse > .el-menu-item [class^="el-icon-"],
.el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
margin: 0;
vertical-align: middle;
width: 24px;
text-align: center; }
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
display: none; }
.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,
.el-menu--collapse > .el-submenu > .el-submenu__title {
padding: 0 10px !important; }
.el-menu--collapse > .el-menu-item .el-tooltip,
.el-menu--collapse > .el-submenu > .el-submenu__title .el-tooltip {
padding: 0 10px !important; }
.el-menu--collapse > .el-menu-item [class^="el-icon-"],
.el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
margin: 0;
vertical-align: middle;
width: 24px;
text-align: center; }
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
display: none; }
.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 {
color: inherit; }
.el-menu--collapse .el-menu .el-submenu {
...
...
@@ -11902,11 +11908,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-radio-button:first-child:last-child .el-radio-button__inner {
border-radius: 3px; }
.el-radio-button--medium .el-radio-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -12560,11 +12566,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button:last-child .el-checkbox-button__inner {
border-radius: 0 3px 3px 0; }
.el-checkbox-button--medium .el-checkbox-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -16553,13 +16559,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color: #EBEBEB;
color: #CCCCCC; }
.el-button--medium {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 3px; }
.el-button--medium.is-round {
padding:
8
px 16px; }
padding:
9
px 16px; }
.el-button--medium.is-circle {
padding:
8
px; }
padding:
9
px; }
.el-button--small {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -17445,11 +17451,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button:last-child .el-checkbox-button__inner {
border-radius: 0 3px 3px 0; }
.el-checkbox-button--medium .el-checkbox-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -18438,7 +18444,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width: 100%;
max-width: 100%;
background-color: #FFFFFF;
font-size: 1
4
px;
font-size: 1
2
px;
color: #666666; }
.el-table__empty-block {
min-height: 60px;
...
...
@@ -18502,9 +18508,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table thead {
color: #333333; }
.el-table thead th {
font-weight:
500
; }
font-weight:
bold
; }
.el-table thead.is-group th {
background: #F
6F6F6
; }
background: #F
5F6F7
; }
.el-table th, .el-table td {
min-width: 0;
-webkit-box-sizing: border-box;
...
...
@@ -18746,7 +18752,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position: absolute;
z-index: -1; }
.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 {
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 {
...
...
@@ -19560,11 +19566,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button:last-child .el-checkbox-button__inner {
border-radius: 0 3px 3px 0; }
.el-checkbox-button--medium .el-checkbox-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -30908,13 +30914,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color: #EBEBEB;
color: #CCCCCC; }
.el-button--medium {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 3px; }
.el-button--medium.is-round {
padding:
8
px 16px; }
padding:
9
px 16px; }
.el-button--medium.is-circle {
padding:
8
px; }
padding:
9
px; }
.el-button--small {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -31584,7 +31590,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box {
display: inline-block;
width:
42
0px;
width:
28
0px;
padding-bottom: 24px;
vertical-align: middle;
background-color: #FFFFFF;
...
...
@@ -31593,7 +31599,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size: 18px;
-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);
text-align:
left
;
text-align:
center
;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
...
...
@@ -31613,18 +31619,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__header {
position: relative;
padding: 16px;
padding-bottom: 8px;
padding-top: 8px; }
padding-bottom: 6px;
padding-top: 6px;
background-color: #EFF2F7;
border-bottom: 1px solid #D0D0D0; }
.el-message-box__title {
padding-left: 0;
margin-bottom: 0;
font-size: 18px;
line-height: 36px;
height: 36px;
font-size: 14px;
line-height: 20px;
text-align: left;
height: 20px;
color: #333333; }
.el-message-box__headerbtn {
position: absolute;
top:
16
px;
top:
8
px;
right: 12px;
padding: 0;
border: none;
...
...
@@ -31637,7 +31646,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 {
color: #0994DC; }
.el-message-box__content {
padding:
0px 24
px;
padding:
20
px;
color: #333333;
font-size: 12px;
position: relative; }
...
...
@@ -31654,11 +31663,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 2
4
px !important; }
font-size: 2
0
px !important; }
.el-message-box__status::before {
padding-left: 1px; }
.el-message-box__status + .el-message-box__message {
padding-left: 3
2
px;
padding-left: 3
4
px;
padding-right: 8px; }
.el-message-box__status.el-icon-success {
color: #4EC87C; }
...
...
@@ -31669,24 +31678,41 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__status.el-icon-error {
color: #FF3D33; }
.el-message-box__message {
margin: 0; }
margin: 0;
display: inline-block; }
.el-message-box__message p {
margin: 0;
text-align: left;
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 {
color: #FF3D33;
font-size: 12px;
min-height: 18px;
margin-top: 2px; }
.el-message-box__btns {
padding: 24px 16px 0;
text-align: right; }
padding: 0 16px;
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) {
color: #999999;
background-color: #FFFFFF;
border-color: #CCCCCC;
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 {
color: #0885C6;
background-color: #EDF6FC;
...
...
@@ -31698,19 +31724,15 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
flex-direction: row-reverse; }
.el-message-box--center {
padding-bottom: 30px; }
.el-message-box--center .el-message-box__header {
padding-top: 30px; }
.el-message-box--center .el-message-box__title {
position: relative;
background-color: #EFF2F7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
align-items: center; }
.el-message-box--center .el-message-box__status {
position: relative;
top: auto;
...
...
@@ -34939,11 +34961,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button:last-child .el-checkbox-button__inner {
border-radius: 0 3px 3px 0; }
.el-checkbox-button--medium .el-checkbox-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -47661,11 +47683,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button:last-child .el-checkbox-button__inner {
border-radius: 0 3px 3px 0; }
.el-checkbox-button--medium .el-checkbox-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -50836,13 +50858,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color: #EBEBEB;
color: #CCCCCC; }
.el-button--medium {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 3px; }
.el-button--medium.is-round {
padding:
8
px 16px; }
padding:
9
px 16px; }
.el-button--medium.is-circle {
padding:
8
px; }
padding:
9
px; }
.el-button--small {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -51591,11 +51613,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button:last-child .el-checkbox-button__inner {
border-radius: 0 3px 3px 0; }
.el-checkbox-button--medium .el-checkbox-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -55586,13 +55608,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color: #EBEBEB;
color: #CCCCCC; }
.el-button--medium {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 3px; }
.el-button--medium.is-round {
padding:
8
px 16px; }
padding:
9
px 16px; }
.el-button--medium.is-circle {
padding:
8
px; }
padding:
9
px; }
.el-button--small {
padding: 6px 16px;
font-size: 12px;
...
...
@@ -57244,11 +57266,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button:last-child .el-checkbox-button__inner {
border-radius: 0 3px 3px 0; }
.el-checkbox-button--medium .el-checkbox-button__inner {
padding:
8
px 16px;
padding:
9
px 16px;
font-size: 12px;
border-radius: 0; }
.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 {
padding: 6px 16px;
font-size: 12px;
theme/menu.css
View file @
a1baa17d
...
...
@@ -575,22 +575,28 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#333333
;
}
.el-menu--collapse
{
width
:
46px
;
}
.el-menu--collapse
>
.el-menu-item
[
class
^=
"el-icon-"
],
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
[
class
^=
"el-icon-"
]
{
margin
:
0
;
vertical-align
:
middle
;
width
:
24px
;
text-align
:
center
;
}
.el-menu--collapse
>
.el-menu-item
.el-submenu__icon-arrow
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-submenu__icon-arrow
{
display
:
none
;
}
.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
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
{
padding
:
0
10px
!important
;
}
.el-menu--collapse
>
.el-menu-item
.el-tooltip
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-tooltip
{
padding
:
0
10px
!important
;
}
.el-menu--collapse
>
.el-menu-item
[
class
^=
"el-icon-"
],
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
[
class
^=
"el-icon-"
]
{
margin
:
0
;
vertical-align
:
middle
;
width
:
24px
;
text-align
:
center
;
}
.el-menu--collapse
>
.el-menu-item
.el-submenu__icon-arrow
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-submenu__icon-arrow
{
display
:
none
;
}
.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
{
color
:
inherit
;
}
.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;*/
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
@@ -1932,7 +1932,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box
{
display
:
inline-block
;
width
:
42
0px
;
width
:
28
0px
;
padding-bottom
:
24px
;
vertical-align
:
middle
;
background-color
:
#FFFFFF
;
...
...
@@ -1941,7 +1941,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size
:
18px
;
-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
);
text-align
:
left
;
text-align
:
center
;
overflow
:
hidden
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
}
...
...
@@ -1961,18 +1961,21 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__header
{
position
:
relative
;
padding
:
16px
;
padding-bottom
:
8px
;
padding-top
:
8px
;
}
padding-bottom
:
6px
;
padding-top
:
6px
;
background-color
:
#EFF2F7
;
border-bottom
:
1px
solid
#D0D0D0
;
}
.el-message-box__title
{
padding-left
:
0
;
margin-bottom
:
0
;
font-size
:
18px
;
line-height
:
36px
;
height
:
36px
;
font-size
:
14px
;
line-height
:
20px
;
text-align
:
left
;
height
:
20px
;
color
:
#333333
;
}
.el-message-box__headerbtn
{
position
:
absolute
;
top
:
16
px
;
top
:
8
px
;
right
:
12px
;
padding
:
0
;
border
:
none
;
...
...
@@ -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
{
color
:
#0994DC
;
}
.el-message-box__content
{
padding
:
0px
24
px
;
padding
:
20
px
;
color
:
#333333
;
font-size
:
12px
;
position
:
relative
;
}
...
...
@@ -2002,11 +2005,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
transform
:
translateY
(
-50%
);
font-size
:
2
4
px
!important
;
}
font-size
:
2
0
px
!important
;
}
.el-message-box__status
::before
{
padding-left
:
1px
;
}
.el-message-box__status
+
.el-message-box__message
{
padding-left
:
3
2
px
;
padding-left
:
3
4
px
;
padding-right
:
8px
;
}
.el-message-box__status.el-icon-success
{
color
:
#4EC87C
;
}
...
...
@@ -2017,24 +2020,41 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__status.el-icon-error
{
color
:
#FF3D33
;
}
.el-message-box__message
{
margin
:
0
;
}
margin
:
0
;
display
:
inline-block
;
}
.el-message-box__message
p
{
margin
:
0
;
text-align
:
left
;
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
{
color
:
#FF3D33
;
font-size
:
12px
;
min-height
:
18px
;
margin-top
:
2px
;
}
.el-message-box__btns
{
padding
:
24px
16px
0
;
text-align
:
right
;
}
padding
:
0
16px
;
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
)
{
color
:
#999999
;
background-color
:
#FFFFFF
;
border-color
:
#CCCCCC
;
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
{
color
:
#0885C6
;
background-color
:
#EDF6FC
;
...
...
@@ -2046,19 +2066,15 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
flex-direction
:
row-reverse
;
}
.el-message-box--center
{
padding-bottom
:
30px
;
}
.el-message-box--center
.el-message-box__header
{
padding-top
:
30px
;
}
.el-message-box--center
.el-message-box__title
{
position
:
relative
;
background-color
:
#EFF2F7
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
}
align-items
:
center
;
}
.el-message-box--center
.el-message-box__status
{
position
:
relative
;
top
:
auto
;
...
...
theme/radio-button.css
View file @
a1baa17d
...
...
@@ -457,11 +457,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-radio-button
:first-child:last-child
.el-radio-button__inner
{
border-radius
:
3px
;
}
.el-radio-button--medium
.el-radio-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/table-column.css
View file @
a1baa17d
...
...
@@ -772,11 +772,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/table.css
View file @
a1baa17d
...
...
@@ -772,11 +772,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
@@ -1765,7 +1765,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
width
:
100%
;
max-width
:
100%
;
background-color
:
#FFFFFF
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
color
:
#666666
;
}
.el-table__empty-block
{
min-height
:
60px
;
...
...
@@ -1829,9 +1829,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table
thead
{
color
:
#333333
;
}
.el-table
thead
th
{
font-weight
:
500
;
}
font-weight
:
bold
;
}
.el-table
thead
.is-group
th
{
background
:
#F
6F6F6
;
}
background
:
#F
5F6F7
;
}
.el-table
th
,
.el-table
td
{
min-width
:
0
;
-webkit-box-sizing
:
border-box
;
...
...
@@ -2073,7 +2073,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position
:
absolute
;
z-index
:
-1
;
}
.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
{
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
{
...
...
theme/transfer.css
View file @
a1baa17d
...
...
@@ -1508,13 +1508,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-color
:
#EBEBEB
;
color
:
#CCCCCC
;
}
.el-button--medium
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
3px
;
}
.el-button--medium.is-round
{
padding
:
8
px
16px
;
}
padding
:
9
px
16px
;
}
.el-button--medium.is-circle
{
padding
:
8
px
;
}
padding
:
9
px
;
}
.el-button--small
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
@@ -2263,11 +2263,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
font-size
:
12px
;
...
...
theme/tree.css
View file @
a1baa17d
...
...
@@ -1142,11 +1142,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-checkbox-button
:last-child
.el-checkbox-button__inner
{
border-radius
:
0
3px
3px
0
;
}
.el-checkbox-button--medium
.el-checkbox-button__inner
{
padding
:
8
px
16px
;
padding
:
9
px
16px
;
font-size
:
12px
;
border-radius
:
0
;
}
.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
{
padding
:
6px
16px
;
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