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
9f52cb68
Commit
9f52cb68
authored
Jun 05, 2020
by
luohua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一改样式
parent
6fcdd41a
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
93 additions
and
82 deletions
+93
-82
element-variables.scss
element-variables.scss
+2
-2
dialog.scss
node_module/element-theme-chalk/src/dialog.scss
+4
-1
form.scss
node_module/element-theme-chalk/src/form.scss
+2
-2
menu.scss
node_module/element-theme-chalk/src/menu.scss
+5
-3
message-box.scss
node_module/element-theme-chalk/src/message-box.scss
+1
-1
radio-button.scss
node_module/element-theme-chalk/src/radio-button.scss
+1
-1
radio.scss
node_module/element-theme-chalk/src/radio.scss
+2
-1
tabs.scss
node_module/element-theme-chalk/src/tabs.scss
+0
-1
cascader-panel.css
theme/cascader-panel.css
+2
-1
cascader.css
theme/cascader.css
+2
-1
dialog.css
theme/dialog.css
+3
-3
form.css
theme/form.css
+2
-2
index.css
theme/index.css
+38
-35
menu.css
theme/menu.css
+25
-24
message-box.css
theme/message-box.css
+1
-1
radio-button.css
theme/radio-button.css
+1
-1
radio.css
theme/radio.css
+2
-1
tabs.css
theme/tabs.css
+0
-1
No files found.
element-variables.scss
View file @
9f52cb68
...
@@ -126,7 +126,7 @@ $--background-color-lighter: #F8F8F8 !default;
...
@@ -126,7 +126,7 @@ $--background-color-lighter: #F8F8F8 !default;
$--background-select-checked
:
#D1ECFF
!
default
;
$--background-select-checked
:
#D1ECFF
!
default
;
$--background-transfer-head
:
#F7F7F7
!
default
;
$--background-transfer-head
:
#F7F7F7
!
default
;
$--background-transfer-disabled-button
:
#C2E2F2
!
default
;
$--background-transfer-disabled-button
:
#C2E2F2
!
default
;
$--background-dialog-header
:
#
EFEFEF
!
default
;
$--background-dialog-header
:
#
eff2f7
!
default
;
/* Link
/* Link
-------------------------- */
-------------------------- */
...
@@ -806,7 +806,7 @@ $--dialog-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !default;
...
@@ -806,7 +806,7 @@ $--dialog-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !default;
/// fontSize||Font|1
/// fontSize||Font|1
$--dialog-title-font-size
:
$--font-size-base
!
default
;
$--dialog-title-font-size
:
$--font-size-base
!
default
;
/// fontSize||Font|1
/// fontSize||Font|1
$--dialog-content-font-size
:
1
4
px
!
default
;
$--dialog-content-font-size
:
1
2
px
!
default
;
/// fontLineHeight||LineHeight|2
/// fontLineHeight||LineHeight|2
$--dialog-font-line-height
:
$--font-line-height-primary
!
default
;
$--dialog-font-line-height
:
$--font-line-height-primary
!
default
;
/// padding||Spacing|3
/// padding||Spacing|3
...
...
node_module/element-theme-chalk/src/dialog.scss
View file @
9f52cb68
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
padding
:
0
32px
;
padding
:
0
32px
;
border-bottom
:
1px
solid
$--b
ackground-dialog-header
;
border-bottom
:
1px
solid
$--b
order-color-base
;
margin
:
-20px
-20px
18px
-20px
;
margin
:
-20px
-20px
18px
-20px
;
@include
e
(
infotip
){
@include
e
(
infotip
){
...
@@ -87,6 +87,9 @@
...
@@ -87,6 +87,9 @@
@include
e
(
successtip
){
@include
e
(
successtip
){
color
:
$--color-success
;
color
:
$--color-success
;
}
}
@include
e
(
errortip
){
color
:
$--color-success
;
}
}
}
...
...
node_module/element-theme-chalk/src/form.scss
View file @
9f52cb68
...
@@ -49,10 +49,10 @@
...
@@ -49,10 +49,10 @@
@include
m
(
medium
)
{
@include
m
(
medium
)
{
.el-form-item__label
{
.el-form-item__label
{
line-height
:
3
6
px
;
line-height
:
3
2
px
;
}
}
.el-form-item__content
{
.el-form-item__content
{
line-height
:
3
6
px
;
line-height
:
3
2
px
;
}
}
}
}
@include
m
(
small
)
{
@include
m
(
small
)
{
...
...
node_module/element-theme-chalk/src/menu.scss
View file @
9f52cb68
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
@mixin
menu-item
{
@mixin
menu-item
{
height
:
50px
;
height
:
50px
;
line-height
:
48px
;
line-height
:
48px
;
font-size
:
$--menu-item-font-size
;
padding
:
0
16px
!
important
;
font-size
:
$--size-base
;
color
:
$--menu-item-font-color
;
color
:
$--menu-item-font-color
;
padding
:
0
20px
;
padding
:
0
20px
;
list-style
:
none
;
list-style
:
none
;
...
@@ -133,8 +134,8 @@
...
@@ -133,8 +134,8 @@
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
{
.el-tooltip
{
text-align
:
center
;
padding
:
0
10px
!
important
;
padding
:
0
10px
!
important
;
}
}
[
class
^=
"el-icon-"
]
{
[
class
^=
"el-icon-"
]
{
...
@@ -236,7 +237,8 @@
...
@@ -236,7 +237,8 @@
&
.el-menu-item
{
&
.el-menu-item
{
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
padding
:
0
45px
;
padding
:
0
;
padding-left
:
50px
!
important
;
min-width
:
200px
;
min-width
:
200px
;
}
}
@include
e
(
icon-arrow
)
{
@include
e
(
icon-arrow
)
{
...
...
node_module/element-theme-chalk/src/message-box.scss
View file @
9f52cb68
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
padding-bottom
:
6px
;
padding-bottom
:
6px
;
padding-top
:
6px
;
padding-top
:
6px
;
background-color
:
#EFF2F7
;
background-color
:
#EFF2F7
;
border-bottom
:
1px
solid
#
D0D0D0
;
border-bottom
:
1px
solid
#
e4e4e4
;
}
}
@include
e
(
title
)
{
@include
e
(
title
)
{
...
...
node_module/element-theme-chalk/src/radio-button.scss
View file @
9f52cb68
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
&
:first-child
{
&
:first-child
{
.el-radio-button__inner
{
.el-radio-button__inner
{
border-left
:
$--border-
base
;
border-left
:
$--border-
width-base
$--border-style-base
$--border-color-light
;
border-radius
:
$--border-radius-base
0
0
$--border-radius-base
;
border-radius
:
$--border-radius-base
0
0
$--border-radius-base
;
box-shadow
:
none
!
important
;
box-shadow
:
none
!
important
;
}
}
...
...
node_module/element-theme-chalk/src/radio.scss
View file @
9f52cb68
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
white-space
:
nowrap
;
white-space
:
nowrap
;
outline
:
none
;
outline
:
none
;
font-size
:
$--font-size-base
;
font-size
:
$--font-size-base
;
margin-right
:
30px
;
margin-left
:
30px
;
margin-right
:
8px
;
@include
utils-user-select
(
none
);
@include
utils-user-select
(
none
);
@include
when
(
bordered
)
{
@include
when
(
bordered
)
{
...
...
node_module/element-theme-chalk/src/tabs.scss
View file @
9f52cb68
...
@@ -182,7 +182,6 @@
...
@@ -182,7 +182,6 @@
transform-origin
:
100%
50%
;
transform-origin
:
100%
50%
;
}
}
>
.el-tabs__header
.el-tabs__item
{
>
.el-tabs__header
.el-tabs__item
{
border-bottom
:
1px
solid
transparent
;
transition
:
color
.3s
cubic-bezier
(
.645
,.
045
,.
355
,
1
)
,
padding
.3s
cubic-bezier
(
.645
,.
045
,.
355
,
1
);
transition
:
color
.3s
cubic-bezier
(
.645
,.
045
,.
355
,
1
)
,
padding
.3s
cubic-bezier
(
.645
,.
045
,.
355
,
1
);
&
.is-closable
{
&
.is-closable
{
...
...
theme/cascader-panel.css
View file @
9f52cb68
...
@@ -1321,7 +1321,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1321,7 +1321,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
white-space
:
nowrap
;
white-space
:
nowrap
;
outline
:
none
;
outline
:
none
;
font-size
:
12px
;
font-size
:
12px
;
margin-right
:
30px
;
margin-left
:
30px
;
margin-right
:
8px
;
-moz-user-select
:
none
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
}
-ms-user-select
:
none
;
}
...
...
theme/cascader.css
View file @
9f52cb68
...
@@ -2950,7 +2950,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2950,7 +2950,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
white-space
:
nowrap
;
white-space
:
nowrap
;
outline
:
none
;
outline
:
none
;
font-size
:
12px
;
font-size
:
12px
;
margin-right
:
30px
;
margin-left
:
30px
;
margin-right
:
8px
;
-moz-user-select
:
none
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
}
-ms-user-select
:
none
;
}
...
...
theme/dialog.css
View file @
9f52cb68
...
@@ -596,7 +596,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -596,7 +596,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding-top
:
8px
;
padding-top
:
8px
;
height
:
32px
;
height
:
32px
;
line-height
:
32px
;
line-height
:
32px
;
background
:
#
EFEFEF
;
}
background
:
#
eff2f7
;
}
.el-dialog__headerbtn
{
.el-dialog__headerbtn
{
position
:
absolute
;
position
:
absolute
;
top
:
16px
;
top
:
16px
;
...
@@ -625,7 +625,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -625,7 +625,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
padding
:
0
32px
;
padding
:
0
32px
;
border-bottom
:
1px
solid
#E
FEFEF
;
border-bottom
:
1px
solid
#E
4E4E4
;
margin
:
-20px
-20px
18px
-20px
;
}
margin
:
-20px
-20px
18px
-20px
;
}
.el-dialog__infotip
{
.el-dialog__infotip
{
color
:
#00BBF2
;
}
color
:
#00BBF2
;
}
...
@@ -636,7 +636,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -636,7 +636,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-dialog__body
{
.el-dialog__body
{
padding
:
20px
;
padding
:
20px
;
color
:
#666666
;
color
:
#666666
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
word-break
:
break-all
;
}
word-break
:
break-all
;
}
.el-dialog__footer
{
.el-dialog__footer
{
padding
:
0
0
40px
0
;
padding
:
0
0
40px
0
;
...
...
theme/form.css
View file @
9f52cb68
...
@@ -300,9 +300,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -300,9 +300,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item
.el-input__validateIcon
{
.el-form-item
.el-input__validateIcon
{
display
:
none
;
}
display
:
none
;
}
.el-form-item--medium
.el-form-item__label
{
.el-form-item--medium
.el-form-item__label
{
line-height
:
3
6
px
;
}
line-height
:
3
2
px
;
}
.el-form-item--medium
.el-form-item__content
{
.el-form-item--medium
.el-form-item__content
{
line-height
:
3
6
px
;
}
line-height
:
3
2
px
;
}
.el-form-item--small
.el-form-item__label
{
.el-form-item--small
.el-form-item__label
{
line-height
:
32px
;
}
line-height
:
32px
;
}
.el-form-item--small
.el-form-item__content
{
.el-form-item--small
.el-form-item__content
{
...
...
theme/index.css
View file @
9f52cb68
...
@@ -5274,7 +5274,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -5274,7 +5274,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding-top: 8px;
padding-top: 8px;
height: 32px;
height: 32px;
line-height: 32px;
line-height: 32px;
background: #
EFEFEF
; }
background: #
eff2f7
; }
.el-dialog__headerbtn {
.el-dialog__headerbtn {
position: absolute;
position: absolute;
top: 16px;
top: 16px;
...
@@ -5303,7 +5303,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -5303,7 +5303,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height: 40px;
height: 40px;
line-height: 40px;
line-height: 40px;
padding: 0 32px;
padding: 0 32px;
border-bottom: 1px solid #E
FEFEF
;
border-bottom: 1px solid #E
4E4E4
;
margin: -20px -20px 18px -20px; }
margin: -20px -20px 18px -20px; }
.el-dialog__infotip {
.el-dialog__infotip {
color: #00BBF2; }
color: #00BBF2; }
...
@@ -5314,7 +5314,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -5314,7 +5314,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-dialog__body {
.el-dialog__body {
padding: 20px;
padding: 20px;
color: #666666;
color: #666666;
font-size: 1
4
px;
font-size: 1
2
px;
word-break: break-all; }
word-break: break-all; }
.el-dialog__footer {
.el-dialog__footer {
padding: 0 0 40px 0;
padding: 0 0 40px 0;
...
@@ -8995,28 +8995,26 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -8995,28 +8995,26 @@ $--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,
.el-menu--collapse > .el-menu-item .el-tooltip,
.el-menu--collapse > .el-submenu > .el-submenu__title {
.el-menu--collapse > .el-submenu > .el-submenu__title .el-tooltip {
text-align: center;
padding: 0 10px !important; }
padding: 0 10px !important; }
.el-menu--collapse > .el-menu-item .el-tooltip,
.el-menu--collapse > .el-menu-item [class^="el-icon-"],
.el-menu--collapse > .el-submenu > .el-submenu__title .el-tooltip {
.el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
padding: 0 10px !important; }
margin: 0;
.el-menu--collapse > .el-menu-item [class^="el-icon-"],
vertical-align: middle;
.el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
width: 24px;
margin: 0;
text-align: center; }
vertical-align: middle;
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
width: 24px;
.el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
text-align: center; }
display: none; }
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse > .el-menu-item span,
.el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
.el-menu--collapse > .el-submenu > .el-submenu__title span {
display: none; }
height: 0;
.el-menu--collapse > .el-menu-item span,
width: 0;
.el-menu--collapse > .el-submenu > .el-submenu__title span {
overflow: hidden;
height: 0;
visibility: hidden;
width: 0;
display: inline-block; }
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 {
...
@@ -9053,7 +9051,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -9053,7 +9051,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-menu-item {
.el-menu-item {
height: 50px;
height: 50px;
line-height: 48px;
line-height: 48px;
font-size: 12px;
padding: 0 16px !important;
font-size: 14px;
color: #CCCCCC;
color: #CCCCCC;
padding: 0 20px;
padding: 0 20px;
list-style: none;
list-style: none;
...
@@ -9093,7 +9092,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -9093,7 +9092,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-submenu__title {
.el-submenu__title {
height: 50px;
height: 50px;
line-height: 48px;
line-height: 48px;
font-size: 12px;
padding: 0 16px !important;
font-size: 14px;
color: #CCCCCC;
color: #CCCCCC;
padding: 0 20px;
padding: 0 20px;
list-style: none;
list-style: none;
...
@@ -9122,7 +9122,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -9122,7 +9122,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-submenu .el-menu-item {
.el-submenu .el-menu-item {
height: 40px;
height: 40px;
line-height: 40px;
line-height: 40px;
padding: 0 45px;
padding: 0;
padding-left: 50px !important;
min-width: 200px; }
min-width: 200px; }
.el-submenu__icon-arrow {
.el-submenu__icon-arrow {
position: absolute;
position: absolute;
...
@@ -11045,7 +11046,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -11045,7 +11046,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
white-space: nowrap;
white-space: nowrap;
outline: none;
outline: none;
font-size: 12px;
font-size: 12px;
margin-right: 30px;
margin-left: 30px;
margin-right: 8px;
-moz-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
-ms-user-select: none; }
...
@@ -11878,7 +11880,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -11878,7 +11880,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-radio-button__inner [class*="el-icon-"] + span {
.el-radio-button__inner [class*="el-icon-"] + span {
margin-left: 5px; }
margin-left: 5px; }
.el-radio-button:first-child .el-radio-button__inner {
.el-radio-button:first-child .el-radio-button__inner {
border-left: 1px solid #
E4E4E4
;
border-left: 1px solid #
B6B9BA
;
border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
-webkit-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
box-shadow: none !important; }
...
@@ -31622,7 +31624,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -31622,7 +31624,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding-bottom: 6px;
padding-bottom: 6px;
padding-top: 6px;
padding-top: 6px;
background-color: #EFF2F7;
background-color: #EFF2F7;
border-bottom: 1px solid #
D0D0D0
; }
border-bottom: 1px solid #
e4e4e4
; }
.el-message-box__title {
.el-message-box__title {
padding-left: 0;
padding-left: 0;
margin-bottom: 0;
margin-bottom: 0;
...
@@ -32409,9 +32411,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -32409,9 +32411,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item .el-input__validateIcon {
.el-form-item .el-input__validateIcon {
display: none; }
display: none; }
.el-form-item--medium .el-form-item__label {
.el-form-item--medium .el-form-item__label {
line-height: 3
6
px; }
line-height: 3
2
px; }
.el-form-item--medium .el-form-item__content {
.el-form-item--medium .el-form-item__content {
line-height: 3
6
px; }
line-height: 3
2
px; }
.el-form-item--small .el-form-item__label {
.el-form-item--small .el-form-item__label {
line-height: 32px; }
line-height: 32px; }
.el-form-item--small .el-form-item__content {
.el-form-item--small .el-form-item__content {
...
@@ -32928,7 +32930,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -32928,7 +32930,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
transform-origin: 100% 50%; }
transform-origin: 100% 50%; }
.el-tabs--card > .el-tabs__header .el-tabs__item {
.el-tabs--card > .el-tabs__header .el-tabs__item {
border-bottom: 1px solid transparent;
-webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
...
@@ -48110,7 +48111,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -48110,7 +48111,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
white-space: nowrap;
white-space: nowrap;
outline: none;
outline: none;
font-size: 12px;
font-size: 12px;
margin-right: 30px;
margin-left: 30px;
margin-right: 8px;
-moz-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
-ms-user-select: none; }
...
@@ -57693,7 +57695,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -57693,7 +57695,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
white-space: nowrap;
white-space: nowrap;
outline: none;
outline: none;
font-size: 12px;
font-size: 12px;
margin-right: 30px;
margin-left: 30px;
margin-right: 8px;
-moz-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
-ms-user-select: none; }
theme/menu.css
View file @
9f52cb68
...
@@ -575,28 +575,26 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -575,28 +575,26 @@ $--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
,
.el-menu--collapse
>
.el-menu-item
.el-tooltip
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
{
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-tooltip
{
text-align
:
center
;
padding
:
0
10px
!important
;
}
padding
:
0
10px
!important
;
}
.el-menu--collapse
>
.el-menu-item
.el-tooltip
,
.el-menu--collapse
>
.el-menu-item
[
class
^=
"el-icon-"
],
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-tooltip
{
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
[
class
^=
"el-icon-"
]
{
padding
:
0
10px
!important
;
}
margin
:
0
;
.el-menu--collapse
>
.el-menu-item
[
class
^=
"el-icon-"
],
vertical-align
:
middle
;
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
[
class
^=
"el-icon-"
]
{
width
:
24px
;
margin
:
0
;
text-align
:
center
;
}
vertical-align
:
middle
;
.el-menu--collapse
>
.el-menu-item
.el-submenu__icon-arrow
,
width
:
24px
;
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-submenu__icon-arrow
{
text-align
:
center
;
}
display
:
none
;
}
.el-menu--collapse
>
.el-menu-item
.el-submenu__icon-arrow
,
.el-menu--collapse
>
.el-menu-item
span
,
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
.el-submenu__icon-arrow
{
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
span
{
display
:
none
;
}
height
:
0
;
.el-menu--collapse
>
.el-menu-item
span
,
width
:
0
;
.el-menu--collapse
>
.el-submenu
>
.el-submenu__title
span
{
overflow
:
hidden
;
height
:
0
;
visibility
:
hidden
;
width
:
0
;
display
:
inline-block
;
}
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
{
...
@@ -633,7 +631,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -633,7 +631,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-menu-item
{
.el-menu-item
{
height
:
50px
;
height
:
50px
;
line-height
:
48px
;
line-height
:
48px
;
font-size
:
12px
;
padding
:
0
16px
!important
;
font-size
:
14px
;
color
:
#CCCCCC
;
color
:
#CCCCCC
;
padding
:
0
20px
;
padding
:
0
20px
;
list-style
:
none
;
list-style
:
none
;
...
@@ -673,7 +672,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -673,7 +672,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-submenu__title
{
.el-submenu__title
{
height
:
50px
;
height
:
50px
;
line-height
:
48px
;
line-height
:
48px
;
font-size
:
12px
;
padding
:
0
16px
!important
;
font-size
:
14px
;
color
:
#CCCCCC
;
color
:
#CCCCCC
;
padding
:
0
20px
;
padding
:
0
20px
;
list-style
:
none
;
list-style
:
none
;
...
@@ -702,7 +702,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -702,7 +702,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-submenu
.el-menu-item
{
.el-submenu
.el-menu-item
{
height
:
40px
;
height
:
40px
;
line-height
:
40px
;
line-height
:
40px
;
padding
:
0
45px
;
padding
:
0
;
padding-left
:
50px
!important
;
min-width
:
200px
;
}
min-width
:
200px
;
}
.el-submenu__icon-arrow
{
.el-submenu__icon-arrow
{
position
:
absolute
;
position
:
absolute
;
...
...
theme/message-box.css
View file @
9f52cb68
...
@@ -1964,7 +1964,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1964,7 +1964,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding-bottom
:
6px
;
padding-bottom
:
6px
;
padding-top
:
6px
;
padding-top
:
6px
;
background-color
:
#EFF2F7
;
background-color
:
#EFF2F7
;
border-bottom
:
1px
solid
#
D0D0D0
;
}
border-bottom
:
1px
solid
#
e4e4e4
;
}
.el-message-box__title
{
.el-message-box__title
{
padding-left
:
0
;
padding-left
:
0
;
margin-bottom
:
0
;
margin-bottom
:
0
;
...
...
theme/radio-button.css
View file @
9f52cb68
...
@@ -427,7 +427,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -427,7 +427,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-radio-button__inner
[
class
*=
"el-icon-"
]
+
span
{
.el-radio-button__inner
[
class
*=
"el-icon-"
]
+
span
{
margin-left
:
5px
;
}
margin-left
:
5px
;
}
.el-radio-button
:first-child
.el-radio-button__inner
{
.el-radio-button
:first-child
.el-radio-button__inner
{
border-left
:
1px
solid
#
E4E4E4
;
border-left
:
1px
solid
#
B6B9BA
;
border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
-webkit-box-shadow
:
none
!important
;
-webkit-box-shadow
:
none
!important
;
box-shadow
:
none
!important
;
}
box-shadow
:
none
!important
;
}
...
...
theme/radio.css
View file @
9f52cb68
...
@@ -400,7 +400,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -400,7 +400,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
white-space
:
nowrap
;
white-space
:
nowrap
;
outline
:
none
;
outline
:
none
;
font-size
:
12px
;
font-size
:
12px
;
margin-right
:
30px
;
margin-left
:
30px
;
margin-right
:
8px
;
-moz-user-select
:
none
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
}
-ms-user-select
:
none
;
}
...
...
theme/tabs.css
View file @
9f52cb68
...
@@ -434,7 +434,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -434,7 +434,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
transform-origin
:
100%
50%
;
}
transform-origin
:
100%
50%
;
}
.el-tabs--card
>
.el-tabs__header
.el-tabs__item
{
.el-tabs--card
>
.el-tabs__header
.el-tabs__item
{
border-bottom
:
1px
solid
transparent
;
-webkit-transition
:
color
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
),
padding
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
-webkit-transition
:
color
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
),
padding
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
),
padding
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
transition
:
color
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
),
padding
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
}
.el-tabs--card
>
.el-tabs__header
.el-tabs__item.is-closable
:hover
{
.el-tabs--card
>
.el-tabs__header
.el-tabs__item.is-closable
:hover
{
...
...
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