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
bfa4897c
Commit
bfa4897c
authored
Apr 13, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改input样式
parent
d0f8b28b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
10 deletions
+17
-10
input.scss
node_module/element-theme-chalk/src/input.scss
+17
-10
No files found.
node_module/element-theme-chalk/src/input.scss
View file @
bfa4897c
...
...
@@ -11,7 +11,7 @@
@include
e
(
inner
)
{
display
:
block
;
resize
:
vertical
;
padding
:
5px
15
px
;
padding
:
5px
8
px
;
line-height
:
1
.5
;
box-sizing
:
border-box
;
width
:
100%
;
...
...
@@ -116,7 +116,7 @@
height
:
$--input-height
;
line-height
:
$--input-height
;
outline
:
none
;
padding
:
0
15
px
;
padding
:
0
8
px
;
transition
:
$--border-transition-base
;
width
:
100%
;
...
...
@@ -131,6 +131,7 @@
&
:focus
{
outline
:
none
;
border-color
:
$--input-focus-border
;
box-shadow
:
0
2px
3px
rgba
(
8
,
133
,
198
,
0
.2
);
}
}
...
...
@@ -161,7 +162,7 @@
@include
e
(
icon
)
{
height
:
100%
;
width
:
25
px
;
width
:
17
px
;
text-align
:
center
;
transition
:
all
.3s
;
line-height
:
$--input-height
;
...
...
@@ -278,16 +279,17 @@
}
@include
e
((
append
,
prepend
))
{
background-color
:
$--background-color-
base
;
color
:
$--color-
info
;
background-color
:
$--background-color-
lighter
;
color
:
$--color-
text-regular
;
vertical-align
:
middle
;
display
:
table-cell
;
position
:
relative
;
border
:
$--border-base
;
border-radius
:
$--input-border-radius
;
padding
:
0
20
px
;
padding
:
0
8
px
;
width
:
1px
;
white-space
:
nowrap
;
font-size
:
12px
;
&
:focus
{
outline
:
none
;
...
...
@@ -304,14 +306,13 @@
div
.el-select
:hover
.el-input__inner
{
border-color
:
transparent
;
background-color
:
transparent
;
color
:
inherit
;
color
:
$--color-text-regular
;
border-top
:
0
;
border-bottom
:
0
;
}
.el-button
,
.el-input
{
font-size
:
inherit
;
.el-button
,
.el-input
{
font-size
:
14px
;
}
}
...
...
@@ -325,6 +326,12 @@
border-left
:
0
;
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
;
&
:hover
{
border-color
:
$--color-primary-hover
;
background-color
:
$--color-default-hover
;
color
:
$--color-primary-hover
;
}
}
@include
m
(
prepend
)
{
...
...
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