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
9a1f08dd
Commit
9a1f08dd
authored
Apr 20, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'htcloud' of
http://114.115.168.181/yuguangyang/style_tool
into htcloud
parents
da046b26
5aab36f0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
953 additions
and
980 deletions
+953
-980
breadcrumb.scss
node_module/element-theme-chalk/src/breadcrumb.scss
+11
-4
message-box.scss
node_module/element-theme-chalk/src/message-box.scss
+1
-0
tabs.scss
node_module/element-theme-chalk/src/tabs.scss
+21
-16
breadcrumb.css
theme/breadcrumb.css
+10
-3
date-picker.css
theme/date-picker.css
+5
-4
dialog.css
theme/dialog.css
+21
-8
index.css
theme/index.css
+460
-480
link.css
theme/link.css
+10
-10
message-box.css
theme/message-box.css
+26
-16
progress.css
theme/progress.css
+2
-2
table.css
theme/table.css
+1
-1
tabs.css
theme/tabs.css
+379
-430
time-picker.css
theme/time-picker.css
+2
-2
time-select.css
theme/time-select.css
+2
-2
upload.css
theme/upload.css
+2
-2
No files found.
node_module/element-theme-chalk/src/breadcrumb.scss
View file @
9a1f08dd
...
@@ -6,7 +6,13 @@
...
@@ -6,7 +6,13 @@
font-size
:
14px
;
font-size
:
14px
;
line-height
:
1
;
line-height
:
1
;
@include
utils-clearfix
;
@include
utils-clearfix
;
&
i
.el-icon-location
{
font-size
:
20px
;
color
:
#1A56a8
;
float
:left
;
margin-top
:
-3px
;
margin-right
:
12px
;
}
@include
e
(
separator
)
{
@include
e
(
separator
)
{
margin
:
0
9px
;
margin
:
0
9px
;
font-weight
:
bold
;
font-weight
:
bold
;
...
@@ -25,14 +31,15 @@
...
@@ -25,14 +31,15 @@
color
:
$--color-text-regular
;
color
:
$--color-text-regular
;
&
.is-link
,
&
a
{
&
.is-link
,
&
a
{
font-weight
:
bold
;
font-weight
:
normal
;
text-decoration
:
none
;
text-decoration
:
none
;
transition
:
$--color-transition-base
;
transition
:
$--color-transition-base
;
color
:
$--color-text-primary
;
color
:
$--color-text-primary
;
&
:hover
{
&
:hover
{
color
:
$--color-primary
;
color
:
$--color-primary
-hover
;
cursor
:
pointer
;
cursor
:
pointer
;
text-decoration
:
underline
;
}
}
}
}
}
}
...
...
node_module/element-theme-chalk/src/message-box.scss
View file @
9a1f08dd
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
padding
:
0px
$--msgbox-padding-primary
;
padding
:
0px
$--msgbox-padding-primary
;
color
:
$--messagebox-content-color
;
color
:
$--messagebox-content-color
;
font-size
:
$--messagebox-content-font-size
;
font-size
:
$--messagebox-content-font-size
;
position
:
relative
;
}
}
@include
e
(
container
)
{
@include
e
(
container
)
{
...
...
node_module/element-theme-chalk/src/tabs.scss
View file @
9a1f08dd
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
@import
"common/var"
;
@import
"common/var"
;
@include
b
(
tabs
)
{
@include
b
(
tabs
)
{
border
:
1px
solid
#D7D8D9
;
border-radius
:
3px
;
>
.el-tabs__content
{
padding
:
0
8px
8px
8px
;
}
@include
e
(
header
)
{
@include
e
(
header
)
{
padding
:
0
;
padding
:
0
;
position
:
relative
;
position
:
relative
;
...
@@ -10,12 +15,13 @@
...
@@ -10,12 +15,13 @@
@include
e
(
active-bar
)
{
@include
e
(
active-bar
)
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0
;
bottom
:
0
;
left
:
0
;
left
:
-16px
;
height
:
2px
;
height
:
2px
;
background-color
:
$--color-primary
;
background-color
:
$--color-primary
;
z-index
:
1
;
z-index
:
1
;
transition
:
transform
.3s
cubic-bezier
(
.645
,.
045
,.
355
,
1
);
transition
:
transform
.3s
cubic-bezier
(
.645
,.
045
,.
355
,
1
);
list-style
:
none
;
list-style
:
none
;
padding
:
0
16px
;
}
}
@include
e
(
new-tab
)
{
@include
e
(
new-tab
)
{
float
:
right
;
float
:
right
;
...
@@ -50,7 +56,7 @@
...
@@ -50,7 +56,7 @@
left
:
0
;
left
:
0
;
bottom
:
0
;
bottom
:
0
;
width
:
100%
;
width
:
100%
;
height
:
2
px
;
height
:
1
px
;
background-color
:
$--border-color-light
;
background-color
:
$--border-color-light
;
z-index
:
$--index-normal
;
z-index
:
$--index-normal
;
}
}
...
@@ -93,17 +99,16 @@
...
@@ -93,17 +99,16 @@
}
}
}
}
@include
e
(
item
)
{
@include
e
(
item
)
{
padding
:
0
2
0
px
;
padding
:
0
2
4
px
;
height
:
4
0
px
;
height
:
4
8
px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
line-height
:
4
0
px
;
line-height
:
4
8
px
;
display
:
inline-block
;
display
:
inline-block
;
list-style
:
none
;
list-style
:
none
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
$--color-text-
primary
;
color
:
$--color-text-
regular
;
position
:
relative
;
position
:
relative
;
&
:focus
,
&
:focus:active
{
&
:focus
,
&
:focus:active
{
outline
:
none
;
outline
:
none
;
}
}
...
@@ -255,14 +260,14 @@
...
@@ -255,14 +260,14 @@
}
}
}
}
@include
m
((
top
,
bottom
))
{
@include
m
((
top
,
bottom
))
{
.el-tabs__item.is-top
:nth-child
(
2
),
//
.el-tabs__item.is-top:nth-child(2),
.el-tabs__item.is-bottom
:nth-child
(
2
)
{
//
.el-tabs__item.is-bottom:nth-child(2) {
padding-left
:
0
;
//
padding-left: 0;
}
//
}
.el-tabs__item.is-top
:last-child
,
//
.el-tabs__item.is-top:last-child,
.el-tabs__item.is-bottom
:last-child
{
//
.el-tabs__item.is-bottom:last-child {
padding-right
:
0
;
//
padding-right: 0;
}
//
}
&
.el-tabs--border-card
,
&
.el-tabs--card
,
&
.el-tabs--border-card
,
&
.el-tabs--card
,
.el-tabs--left
,
.el-tabs--right
{
.el-tabs--left
,
.el-tabs--right
{
...
...
theme/breadcrumb.css
View file @
9a1f08dd
...
@@ -271,6 +271,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -271,6 +271,12 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
content
:
""
;
}
content
:
""
;
}
.el-breadcrumb
::after
{
.el-breadcrumb
::after
{
clear
:
both
;
}
clear
:
both
;
}
.el-breadcrumb
i
.el-icon-location
{
font-size
:
20px
;
color
:
#1A56a8
;
float
:
left
;
margin-top
:
-3px
;
margin-right
:
12px
;
}
.el-breadcrumb__separator
{
.el-breadcrumb__separator
{
margin
:
0
9px
;
margin
:
0
9px
;
font-weight
:
bold
;
font-weight
:
bold
;
...
@@ -283,14 +289,15 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -283,14 +289,15 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-breadcrumb__inner
{
.el-breadcrumb__inner
{
color
:
#666666
;
}
color
:
#666666
;
}
.el-breadcrumb__inner.is-link
,
.el-breadcrumb__inner
a
{
.el-breadcrumb__inner.is-link
,
.el-breadcrumb__inner
a
{
font-weight
:
bold
;
font-weight
:
normal
;
text-decoration
:
none
;
text-decoration
:
none
;
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
-webkit-transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
transition
:
color
0.2s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
color
:
#333333
;
}
color
:
#333333
;
}
.el-breadcrumb__inner.is-link
:hover
,
.el-breadcrumb__inner
a
:hover
{
.el-breadcrumb__inner.is-link
:hover
,
.el-breadcrumb__inner
a
:hover
{
color
:
#0994DC
;
color
:
#0885C6
;
cursor
:
pointer
;
}
cursor
:
pointer
;
text-decoration
:
underline
;
}
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
,
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
:hover
,
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
,
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
:hover
,
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
a
,
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
a
,
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
a
:hover
{
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
a
:hover
{
...
...
theme/date-picker.css
View file @
9a1f08dd
...
@@ -1979,7 +1979,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1979,7 +1979,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
28px
;
line-height
:
28px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
padding-left
:
12
px
;
padding-left
:
8
px
;
text-align
:
left
;
text-align
:
left
;
outline
:
none
;
outline
:
none
;
cursor
:
pointer
;
}
cursor
:
pointer
;
}
...
@@ -2027,7 +2027,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2027,7 +2027,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right
:
1px
solid
#e4e4e4
;
border-right
:
1px
solid
#e4e4e4
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
6
px
;
padding-top
:
4
px
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
overflow
:
auto
;
}
overflow
:
auto
;
}
...
@@ -2251,12 +2251,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2251,12 +2251,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
margin
:
0
;
margin
:
0
;
padding
:
16px
;
}
padding
:
16px
16px
4px
16px
;
}
.el-date-range-picker__content.is-left
{
.el-date-range-picker__content.is-left
{
border-right
:
1px
solid
#e4e4e4
;
}
border-right
:
1px
solid
#e4e4e4
;
}
.el-date-range-picker__content
.el-date-range-picker__header
div
{
.el-date-range-picker__content
.el-date-range-picker__header
div
{
margin-left
:
50px
;
margin-left
:
50px
;
margin-right
:
50px
;
}
margin-right
:
50px
;
color
:
#333
;
}
.el-date-range-picker__editors-wrap
{
.el-date-range-picker__editors-wrap
{
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
theme/dialog.css
View file @
9a1f08dd
...
@@ -591,12 +591,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -591,12 +591,13 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
overflow
:
auto
;
overflow
:
auto
;
margin
:
0
;
}
margin
:
0
;
}
.el-dialog__header
{
.el-dialog__header
{
padding
:
24px
;
padding
:
16px
;
padding-bottom
:
10px
;
}
padding-bottom
:
8px
;
padding-top
:
8px
;
}
.el-dialog__headerbtn
{
.el-dialog__headerbtn
{
position
:
absolute
;
position
:
absolute
;
top
:
24
px
;
top
:
16
px
;
right
:
24
px
;
right
:
12
px
;
padding
:
0
;
padding
:
0
;
background
:
transparent
;
background
:
transparent
;
border
:
none
;
border
:
none
;
...
@@ -604,24 +605,36 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -604,24 +605,36 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
16px
;
}
font-size
:
16px
;
}
.el-dialog__headerbtn
.el-dialog__close
{
.el-dialog__headerbtn
.el-dialog__close
{
color
:
#
00BBF2
;
}
color
:
#
999999
;
}
.el-dialog__headerbtn
:focus
.el-dialog__close
,
.el-dialog__headerbtn
:hover
.el-dialog__close
{
.el-dialog__headerbtn
:focus
.el-dialog__close
,
.el-dialog__headerbtn
:hover
.el-dialog__close
{
color
:
#0994DC
;
}
color
:
#0994DC
;
}
.el-dialog__title
{
.el-dialog__title
{
line-height
:
24px
;
line-height
:
36px
;
height
:
36px
;
font-size
:
18px
;
font-size
:
18px
;
color
:
#333333
;
}
color
:
#333333
;
}
.el-dialog__body
{
.el-dialog__body
{
padding
:
34
px
24px
;
padding
:
8
px
24px
;
color
:
#666666
;
color
:
#666666
;
font-size
:
14px
;
font-size
:
14px
;
word-break
:
break-all
;
}
word-break
:
break-all
;
}
.el-dialog__footer
{
.el-dialog__footer
{
padding
:
24px
;
padding
:
24px
;
padding-top
:
10px
;
padding-top
:
24px
;
padding-right
:
16px
;
text-align
:
right
;
text-align
:
right
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
box-sizing
:
border-box
;
}
.el-dialog__footer
button
:nth-child
(
1
)
{
color
:
#999999
;
background-color
:
#FFFFFF
;
border-color
:
#CCCCCC
;
}
.el-dialog__footer
button
:nth-child
(
1
)
:focus
,
.el-dialog__footer
button
:nth-child
(
1
)
:hover
{
color
:
#0885C6
;
background-color
:
#EDF6FC
;
border-color
:
#0885C6
;
}
.el-dialog__footer
button
:nth-child
(
2
)
{
margin-left
:
8px
;
}
.el-dialog--center
{
.el-dialog--center
{
text-align
:
center
;
}
text-align
:
center
;
}
.el-dialog--center
.el-dialog__body
{
.el-dialog--center
.el-dialog__body
{
...
...
theme/index.css
View file @
9a1f08dd
This diff is collapsed.
Click to expand it.
theme/link.css
View file @
9a1f08dd
...
@@ -307,9 +307,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -307,9 +307,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--primary
{
.el-link.el-link--primary
{
color
:
#0994DC
;
}
color
:
#0994DC
;
}
.el-link.el-link--primary
:hover
{
.el-link.el-link--primary
:hover
{
color
:
#
3aa9e3
;
}
color
:
#
0885C6
;
}
.el-link.el-link--primary
:after
{
.el-link.el-link--primary
:after
{
border-color
:
#0
994DC
;
}
border-color
:
#0
885C6
;
}
.el-link.el-link--primary.is-disabled
{
.el-link.el-link--primary.is-disabled
{
color
:
#84caee
;
}
color
:
#84caee
;
}
.el-link.el-link--primary.is-underline
:hover:after
{
.el-link.el-link--primary.is-underline
:hover:after
{
...
@@ -317,9 +317,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -317,9 +317,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--danger
{
.el-link.el-link--danger
{
color
:
#FF3D33
;
}
color
:
#FF3D33
;
}
.el-link.el-link--danger
:hover
{
.el-link.el-link--danger
:hover
{
color
:
#
ff645c
;
}
color
:
#
0885C6
;
}
.el-link.el-link--danger
:after
{
.el-link.el-link--danger
:after
{
border-color
:
#
FF3D33
;
}
border-color
:
#
0885C6
;
}
.el-link.el-link--danger.is-disabled
{
.el-link.el-link--danger.is-disabled
{
color
:
#ff9e99
;
}
color
:
#ff9e99
;
}
.el-link.el-link--danger.is-underline
:hover:after
{
.el-link.el-link--danger.is-underline
:hover:after
{
...
@@ -327,9 +327,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -327,9 +327,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--success
{
.el-link.el-link--success
{
color
:
#4EC87C
;
}
color
:
#4EC87C
;
}
.el-link.el-link--success
:hover
{
.el-link.el-link--success
:hover
{
color
:
#
71d39
6
;
}
color
:
#
0885C
6
;
}
.el-link.el-link--success
:after
{
.el-link.el-link--success
:after
{
border-color
:
#
4EC87C
;
}
border-color
:
#
0885C6
;
}
.el-link.el-link--success.is-disabled
{
.el-link.el-link--success.is-disabled
{
color
:
#a7e4be
;
}
color
:
#a7e4be
;
}
.el-link.el-link--success.is-underline
:hover:after
{
.el-link.el-link--success.is-underline
:hover:after
{
...
@@ -337,9 +337,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -337,9 +337,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--warning
{
.el-link.el-link--warning
{
color
:
#FFA533
;
}
color
:
#FFA533
;
}
.el-link.el-link--warning
:hover
{
.el-link.el-link--warning
:hover
{
color
:
#
ffb75c
;
}
color
:
#
0885C6
;
}
.el-link.el-link--warning
:after
{
.el-link.el-link--warning
:after
{
border-color
:
#
FFA533
;
}
border-color
:
#
0885C6
;
}
.el-link.el-link--warning.is-disabled
{
.el-link.el-link--warning.is-disabled
{
color
:
#ffd299
;
}
color
:
#ffd299
;
}
.el-link.el-link--warning.is-underline
:hover:after
{
.el-link.el-link--warning.is-underline
:hover:after
{
...
@@ -347,9 +347,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -347,9 +347,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-link.el-link--info
{
.el-link.el-link--info
{
color
:
#00BBF2
;
}
color
:
#00BBF2
;
}
.el-link.el-link--info
:hover
{
.el-link.el-link--info
:hover
{
color
:
#
33c9f5
;
}
color
:
#
0885C6
;
}
.el-link.el-link--info
:after
{
.el-link.el-link--info
:after
{
border-color
:
#0
0BBF2
;
}
border-color
:
#0
885C6
;
}
.el-link.el-link--info.is-disabled
{
.el-link.el-link--info.is-disabled
{
color
:
#80ddf9
;
}
color
:
#80ddf9
;
}
.el-link.el-link--info.is-underline
:hover:after
{
.el-link.el-link--info.is-underline
:hover:after
{
...
...
theme/message-box.css
View file @
9a1f08dd
...
@@ -1933,14 +1933,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1933,14 +1933,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box
{
.el-message-box
{
display
:
inline-block
;
display
:
inline-block
;
width
:
420px
;
width
:
420px
;
padding-bottom
:
10
px
;
padding-bottom
:
24
px
;
vertical-align
:
middle
;
vertical-align
:
middle
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
#EBEBEB
;
border
:
1px
solid
#EBEBEB
;
font-size
:
18px
;
font-size
:
18px
;
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.
1
);
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.
2
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.
1
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.
2
);
text-align
:
left
;
text-align
:
left
;
overflow
:
hidden
;
overflow
:
hidden
;
-webkit-backface-visibility
:
hidden
;
-webkit-backface-visibility
:
hidden
;
...
@@ -1960,18 +1960,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1960,18 +1960,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
vertical-align
:
middle
;
}
vertical-align
:
middle
;
}
.el-message-box__header
{
.el-message-box__header
{
position
:
relative
;
position
:
relative
;
padding
:
24px
;
padding
:
16px
;
padding-bottom
:
10px
;
}
padding-bottom
:
8px
;
padding-top
:
8px
;
}
.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
:
18px
;
line-height
:
1
;
line-height
:
36px
;
height
:
36px
;
color
:
#333333
;
}
color
:
#333333
;
}
.el-message-box__headerbtn
{
.el-message-box__headerbtn
{
position
:
absolute
;
position
:
absolute
;
top
:
24
px
;
top
:
16
px
;
right
:
24
px
;
right
:
12
px
;
padding
:
0
;
padding
:
0
;
border
:
none
;
border
:
none
;
outline
:
none
;
outline
:
none
;
...
@@ -1979,17 +1981,17 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1979,17 +1981,17 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size
:
16px
;
font-size
:
16px
;
cursor
:
pointer
;
}
cursor
:
pointer
;
}
.el-message-box__headerbtn
.el-message-box__close
{
.el-message-box__headerbtn
.el-message-box__close
{
color
:
#
00BBF2
;
}
color
:
#
999999
;
}
.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
:
1
0px
24px
;
padding
:
0px
24px
;
color
:
#333333
;
color
:
#333333
;
font-size
:
14px
;
}
font-size
:
14px
;
}
.el-message-box__container
{
.el-message-box__container
{
position
:
relative
;
}
position
:
relative
;
}
.el-message-box__input
{
.el-message-box__input
{
padding-top
:
15
px
;
}
padding-top
:
8
px
;
}
.el-message-box__input
input
.invalid
{
.el-message-box__input
input
.invalid
{
border-color
:
#FF3D33
;
}
border-color
:
#FF3D33
;
}
.el-message-box__input
input
.invalid
:focus
{
.el-message-box__input
input
.invalid
:focus
{
...
@@ -2003,8 +2005,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2003,8 +2005,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.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
6
px
;
padding-left
:
3
2
px
;
padding-right
:
12
px
;
}
padding-right
:
8
px
;
}
.el-message-box__status.el-icon-success
{
.el-message-box__status.el-icon-success
{
color
:
#4EC87C
;
}
color
:
#4EC87C
;
}
.el-message-box__status.el-icon-info
{
.el-message-box__status.el-icon-info
{
...
@@ -2024,10 +2026,18 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -2024,10 +2026,18 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
min-height
:
18px
;
min-height
:
18px
;
margin-top
:
2px
;
}
margin-top
:
2px
;
}
.el-message-box__btns
{
.el-message-box__btns
{
padding
:
5px
15
px
0
;
padding
:
24px
16
px
0
;
text-align
:
right
;
}
text-align
:
right
;
}
.el-message-box__btns
button
:nth-child
(
2
)
{
.el-message-box__btns
button
:nth-child
(
1
)
{
margin-left
:
10px
;
}
color
:
#999999
;
background-color
:
#FFFFFF
;
border-color
:
#CCCCCC
;
float
:
right
;
margin-left
:
8px
;
}
.el-message-box__btns
button
:nth-child
(
1
)
:focus
,
.el-message-box__btns
button
:nth-child
(
1
)
:hover
{
color
:
#0885C6
;
background-color
:
#EDF6FC
;
border-color
:
#0885C6
;
}
.el-message-box__btns-reverse
{
.el-message-box__btns-reverse
{
-webkit-box-orient
:
horizontal
;
-webkit-box-orient
:
horizontal
;
-webkit-box-direction
:
reverse
;
-webkit-box-direction
:
reverse
;
...
...
theme/progress.css
View file @
9a1f08dd
...
@@ -267,7 +267,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -267,7 +267,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
1
;
}
line-height
:
1
;
}
.el-progress__text
{
.el-progress__text
{
font-size
:
14px
;
font-size
:
14px
;
color
:
#
666666
;
color
:
#
333333
;
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-left
:
10px
;
margin-left
:
10px
;
...
@@ -320,7 +320,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -320,7 +320,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
box-sizing
:
border-box
;
}
.el-progress-bar__outer
{
.el-progress-bar__outer
{
height
:
6px
;
height
:
8px
!important
;
border-radius
:
100px
;
border-radius
:
100px
;
background-color
:
#EBEBEB
;
background-color
:
#EBEBEB
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
theme/table.css
View file @
9a1f08dd
...
@@ -1829,7 +1829,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1829,7 +1829,7 @@ $--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
:
6
00
;
}
font-weight
:
5
00
;
}
.el-table
thead
.is-group
th
{
.el-table
thead
.is-group
th
{
background
:
#F6F6F6
;
}
background
:
#F6F6F6
;
}
.el-table
th
,
.el-table
td
{
.el-table
th
,
.el-table
td
{
...
...
theme/tabs.css
View file @
9a1f08dd
This diff is collapsed.
Click to expand it.
theme/time-picker.css
View file @
9a1f08dd
...
@@ -807,7 +807,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -807,7 +807,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
28px
;
line-height
:
28px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
padding-left
:
12
px
;
padding-left
:
8
px
;
text-align
:
left
;
text-align
:
left
;
outline
:
none
;
outline
:
none
;
cursor
:
pointer
;
}
cursor
:
pointer
;
}
...
@@ -855,7 +855,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -855,7 +855,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right
:
1px
solid
#e4e4e4
;
border-right
:
1px
solid
#e4e4e4
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
6
px
;
padding-top
:
4
px
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
overflow
:
auto
;
}
overflow
:
auto
;
}
...
...
theme/time-select.css
View file @
9a1f08dd
...
@@ -1198,7 +1198,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1198,7 +1198,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
28px
;
line-height
:
28px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
padding-left
:
12
px
;
padding-left
:
8
px
;
text-align
:
left
;
text-align
:
left
;
outline
:
none
;
outline
:
none
;
cursor
:
pointer
;
}
cursor
:
pointer
;
}
...
@@ -1246,7 +1246,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1246,7 +1246,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border-right
:
1px
solid
#e4e4e4
;
border-right
:
1px
solid
#e4e4e4
;
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
6
px
;
padding-top
:
4
px
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
overflow
:
auto
;
}
overflow
:
auto
;
}
...
...
theme/upload.css
View file @
9a1f08dd
...
@@ -405,7 +405,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -405,7 +405,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
line-height
:
1
;
}
line-height
:
1
;
}
.el-progress__text
{
.el-progress__text
{
font-size
:
14px
;
font-size
:
14px
;
color
:
#
666666
;
color
:
#
333333
;
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-left
:
10px
;
margin-left
:
10px
;
...
@@ -458,7 +458,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -458,7 +458,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
box-sizing
:
border-box
;
}
.el-progress-bar__outer
{
.el-progress-bar__outer
{
height
:
6px
;
height
:
8px
!important
;
border-radius
:
100px
;
border-radius
:
100px
;
background-color
:
#EBEBEB
;
background-color
:
#EBEBEB
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment