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
73b0be95
Commit
73b0be95
authored
Jul 03, 2020
by
luohua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一改样式
parent
4d5f53e8
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
45 additions
and
22 deletions
+45
-22
input.scss
node_module/element-theme-chalk/src/input.scss
+1
-0
autocomplete.css
theme/autocomplete.css
+2
-1
cascader.css
theme/cascader.css
+2
-1
date-picker.css
theme/date-picker.css
+2
-1
index.css
theme/index.css
+22
-11
input-number.css
theme/input-number.css
+2
-1
input.css
theme/input.css
+2
-1
message-box.css
theme/message-box.css
+2
-1
pagination.css
theme/pagination.css
+2
-1
select.css
theme/select.css
+2
-1
slider.css
theme/slider.css
+2
-1
time-picker.css
theme/time-picker.css
+2
-1
transfer.css
theme/transfer.css
+2
-1
No files found.
node_module/element-theme-chalk/src/input.scss
View file @
73b0be95
...
...
@@ -230,6 +230,7 @@
@include
m
(
medium
)
{
font-size
:
$--input-medium-font-size
;
height
:
$--input-medium-height
;
@include
e
(
inner
)
{
height
:
$--input-medium-height
;
...
...
theme/autocomplete.css
View file @
73b0be95
...
...
@@ -726,7 +726,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/cascader.css
View file @
73b0be95
...
...
@@ -727,7 +727,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/date-picker.css
View file @
73b0be95
...
...
@@ -3099,7 +3099,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/index.css
View file @
73b0be95
...
...
@@ -2892,7 +2892,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -6111,7 +6112,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -9630,7 +9632,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -10449,7 +10452,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -14307,7 +14311,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -23357,7 +23362,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -27954,7 +27960,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -31503,7 +31510,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -36666,7 +36674,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -45894,7 +45903,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
...
...
@@ -50090,7 +50100,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix .el-input__inner {
padding-left: 30px; }
.el-input--medium {
font-size: 12px; }
font-size: 12px;
height: 32px; }
.el-input--medium .el-input__inner {
height: 32px;
line-height: 32px; }
theme/input-number.css
View file @
73b0be95
...
...
@@ -726,7 +726,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/input.css
View file @
73b0be95
...
...
@@ -462,7 +462,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/message-box.css
View file @
73b0be95
...
...
@@ -1839,7 +1839,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/pagination.css
View file @
73b0be95
...
...
@@ -1632,7 +1632,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/select.css
View file @
73b0be95
...
...
@@ -1368,7 +1368,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/slider.css
View file @
73b0be95
...
...
@@ -863,7 +863,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/time-picker.css
View file @
73b0be95
...
...
@@ -1874,7 +1874,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
theme/transfer.css
View file @
73b0be95
...
...
@@ -727,7 +727,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-input--prefix
.el-input__inner
{
padding-left
:
30px
;
}
.el-input--medium
{
font-size
:
12px
;
}
font-size
:
12px
;
height
:
32px
;
}
.el-input--medium
.el-input__inner
{
height
:
32px
;
line-height
:
32px
;
}
...
...
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