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
ba18d88d
Commit
ba18d88d
authored
Apr 13, 2020
by
cyh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'htcloud' of
http://114.115.168.181/yuguangyang/style_tool
into htcloud
parents
94a77da6
8702ac79
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
46 deletions
+35
-46
input-number.scss
node_module/element-theme-chalk/src/input-number.scss
+7
-10
index.css
theme/index.css
+14
-18
input-number.css
theme/input-number.css
+7
-9
slider.css
theme/slider.css
+7
-9
No files found.
node_module/element-theme-chalk/src/input-number.scss
View file @
ba18d88d
...
...
@@ -23,13 +23,14 @@
position
:
absolute
;
z-index
:
1
;
top
:
1px
;
width
:
$--input-height
;
width
:
14px
;
height
:
auto
;
text-align
:
center
;
background
:
$--background-color-base
;
color
:
$--color-text-regular
;
cursor
:
pointer
;
font-size
:
13px
;
font-size
:
14px
;
padding
:
0
16px
;
&
:hover
{
color
:
$--color-primary
;
...
...
@@ -70,11 +71,11 @@
}
@include
m
(
medium
)
{
width
:
20
0px
;
width
:
18
0px
;
line-height
:
#{
$--input-medium-height
-
2
}
;
@include
e
((
increase
,
decrease
))
{
width
:
$--input-medium-height
;
width
:
14px
;
font-size
:
$--input-medium-font-size
;
}
...
...
@@ -85,16 +86,12 @@
}
@include
m
(
small
)
{
width
:
1
3
0px
;
width
:
1
8
0px
;
line-height
:
#{
$--input-small-height
-
2
}
;
@include
e
((
increase
,
decrease
))
{
width
:
$--input-small-height
;
width
:
14px
;
font-size
:
$--input-small-font-size
;
[
class
*=
el-icon
]
{
transform
:
scale
(
.9
);
}
}
.el-input__inner
{
...
...
theme/index.css
View file @
ba18d88d
...
...
@@ -10502,13 +10502,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position: absolute;
z-index: 1;
top: 1px;
width:
36
px;
width:
14
px;
height: auto;
text-align: center;
background: #F6F6F6;
color: #666666;
cursor: pointer;
font-size: 13px; }
font-size: 14px;
padding: 0 16px; }
.el-input-number__increase:hover, .el-input-number__decrease:hover {
color: #0994DC; }
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
...
...
@@ -10531,23 +10532,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color: #EBEBEB;
cursor: not-allowed; }
.el-input-number--medium {
width:
20
0px;
width:
18
0px;
line-height: 30px; }
.el-input-number--medium .el-input-number__increase, .el-input-number--medium .el-input-number__decrease {
width:
32
px;
width:
14
px;
font-size: 14px; }
.el-input-number--medium .el-input__inner {
padding-left: 39px;
padding-right: 39px; }
.el-input-number--small {
width: 1
3
0px;
width: 1
8
0px;
line-height: 26px; }
.el-input-number--small .el-input-number__increase, .el-input-number--small .el-input-number__decrease {
width:
28
px;
width:
14
px;
font-size: 14px; }
.el-input-number--small .el-input-number__increase [class*=el-icon], .el-input-number--small .el-input-number__decrease [class*=el-icon] {
-webkit-transform: scale(0.9);
transform: scale(0.9); }
.el-input-number--small .el-input__inner {
padding-left: 35px;
padding-right: 35px; }
...
...
@@ -36640,13 +36638,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position: absolute;
z-index: 1;
top: 1px;
width:
36
px;
width:
14
px;
height: auto;
text-align: center;
background: #F6F6F6;
color: #666666;
cursor: pointer;
font-size: 13px; }
font-size: 14px;
padding: 0 16px; }
.el-input-number__increase:hover, .el-input-number__decrease:hover {
color: #0994DC; }
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
...
...
@@ -36669,23 +36668,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color: #EBEBEB;
cursor: not-allowed; }
.el-input-number--medium {
width:
20
0px;
width:
18
0px;
line-height: 30px; }
.el-input-number--medium .el-input-number__increase, .el-input-number--medium .el-input-number__decrease {
width:
32
px;
width:
14
px;
font-size: 14px; }
.el-input-number--medium .el-input__inner {
padding-left: 39px;
padding-right: 39px; }
.el-input-number--small {
width: 1
3
0px;
width: 1
8
0px;
line-height: 26px; }
.el-input-number--small .el-input-number__increase, .el-input-number--small .el-input-number__decrease {
width:
28
px;
width:
14
px;
font-size: 14px; }
.el-input-number--small .el-input-number__increase [class*=el-icon], .el-input-number--small .el-input-number__decrease [class*=el-icon] {
-webkit-transform: scale(0.9);
transform: scale(0.9); }
.el-input-number--small .el-input__inner {
padding-left: 35px;
padding-right: 35px; }
theme/input-number.css
View file @
ba18d88d
...
...
@@ -833,13 +833,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position
:
absolute
;
z-index
:
1
;
top
:
1px
;
width
:
36
px
;
width
:
14
px
;
height
:
auto
;
text-align
:
center
;
background
:
#F6F6F6
;
color
:
#666666
;
cursor
:
pointer
;
font-size
:
13px
;
}
font-size
:
14px
;
padding
:
0
16px
;
}
.el-input-number__increase
:hover
,
.el-input-number__decrease
:hover
{
color
:
#0994DC
;
}
.el-input-number__increase
:hover:not
(
.is-disabled
)
~
.el-input
.el-input__inner
:not
(
.is-disabled
),
.el-input-number__decrease
:hover:not
(
.is-disabled
)
~
.el-input
.el-input__inner
:not
(
.is-disabled
)
{
...
...
@@ -862,23 +863,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#EBEBEB
;
cursor
:
not-allowed
;
}
.el-input-number--medium
{
width
:
20
0px
;
width
:
18
0px
;
line-height
:
30px
;
}
.el-input-number--medium
.el-input-number__increase
,
.el-input-number--medium
.el-input-number__decrease
{
width
:
32
px
;
width
:
14
px
;
font-size
:
14px
;
}
.el-input-number--medium
.el-input__inner
{
padding-left
:
39px
;
padding-right
:
39px
;
}
.el-input-number--small
{
width
:
1
3
0px
;
width
:
1
8
0px
;
line-height
:
26px
;
}
.el-input-number--small
.el-input-number__increase
,
.el-input-number--small
.el-input-number__decrease
{
width
:
28
px
;
width
:
14
px
;
font-size
:
14px
;
}
.el-input-number--small
.el-input-number__increase
[
class
*=
el-icon
],
.el-input-number--small
.el-input-number__decrease
[
class
*=
el-icon
]
{
-webkit-transform
:
scale
(
0.9
);
transform
:
scale
(
0.9
);
}
.el-input-number--small
.el-input__inner
{
padding-left
:
35px
;
padding-right
:
35px
;
}
...
...
theme/slider.css
View file @
ba18d88d
...
...
@@ -970,13 +970,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
position
:
absolute
;
z-index
:
1
;
top
:
1px
;
width
:
36
px
;
width
:
14
px
;
height
:
auto
;
text-align
:
center
;
background
:
#F6F6F6
;
color
:
#666666
;
cursor
:
pointer
;
font-size
:
13px
;
}
font-size
:
14px
;
padding
:
0
16px
;
}
.el-input-number__increase
:hover
,
.el-input-number__decrease
:hover
{
color
:
#0994DC
;
}
.el-input-number__increase
:hover:not
(
.is-disabled
)
~
.el-input
.el-input__inner
:not
(
.is-disabled
),
.el-input-number__decrease
:hover:not
(
.is-disabled
)
~
.el-input
.el-input__inner
:not
(
.is-disabled
)
{
...
...
@@ -999,23 +1000,20 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
color
:
#EBEBEB
;
cursor
:
not-allowed
;
}
.el-input-number--medium
{
width
:
20
0px
;
width
:
18
0px
;
line-height
:
30px
;
}
.el-input-number--medium
.el-input-number__increase
,
.el-input-number--medium
.el-input-number__decrease
{
width
:
32
px
;
width
:
14
px
;
font-size
:
14px
;
}
.el-input-number--medium
.el-input__inner
{
padding-left
:
39px
;
padding-right
:
39px
;
}
.el-input-number--small
{
width
:
1
3
0px
;
width
:
1
8
0px
;
line-height
:
26px
;
}
.el-input-number--small
.el-input-number__increase
,
.el-input-number--small
.el-input-number__decrease
{
width
:
28
px
;
width
:
14
px
;
font-size
:
14px
;
}
.el-input-number--small
.el-input-number__increase
[
class
*=
el-icon
],
.el-input-number--small
.el-input-number__decrease
[
class
*=
el-icon
]
{
-webkit-transform
:
scale
(
0.9
);
transform
:
scale
(
0.9
);
}
.el-input-number--small
.el-input__inner
{
padding-left
:
35px
;
padding-right
:
35px
;
}
...
...
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