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
6509bedf
Commit
6509bedf
authored
Apr 13, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善有前后按钮的input
parent
8440c8dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
input.scss
node_module/element-theme-chalk/src/input.scss
+3
-2
No files found.
node_module/element-theme-chalk/src/input.scss
View file @
6509bedf
...
...
@@ -286,10 +286,8 @@
position
:
relative
;
border
:
$--border-base
;
border-radius
:
$--input-border-radius
;
padding
:
0
8px
;
width
:
1px
;
white-space
:
nowrap
;
font-size
:
12px
;
&
:focus
{
outline
:
none
;
...
...
@@ -320,12 +318,15 @@
border-right
:
0
;
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
;
padding
:
0
8px
;
font-size
:
12px
;
}
@include
e
(
append
)
{
border-left
:
0
;
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
;
padding
:
0
16px
;
&
:hover
{
border-color
:
$--color-primary-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