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
b2c86001
Commit
b2c86001
authored
Apr 23, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整transfer-panel上下内边距
parent
c0ce7ab3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
50 deletions
+24
-50
form.css
theme/form.css
+11
-23
index.css
theme/index.css
+12
-25
message-box.css
theme/message-box.css
+1
-2
No files found.
theme/form.css
View file @
b2c86001
...
...
@@ -288,7 +288,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display
:
block
;
}
.el-form-item
{
margin-bottom
:
1
2px
;
}
margin-bottom
:
2
2px
;
}
.el-form-item
::before
,
.el-form-item
::after
{
display
:
table
;
...
...
@@ -330,22 +330,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
float
:
left
;
font-size
:
14px
;
color
:
#666666
;
line-height
:
32
px
;
padding
:
0
8
px
0
0
;
line-height
:
40
px
;
padding
:
0
12
px
0
0
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.el-form-item__content
{
line-height
:
32px
;
min-height
:
32px
;
line-height
:
40px
;
position
:
relative
;
font-size
:
14px
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
display
:
-webkit-flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
}
font-size
:
14px
;
}
.el-form-item__content
::before
,
.el-form-item__content
::after
{
display
:
table
;
...
...
@@ -357,10 +349,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item__error
{
color
:
#FF3D33
;
font-size
:
12px
;
line-height
:
32px
;
height
:
32px
;
white-space
:
nowrap
;
margin-left
:
28px
;
}
line-height
:
1
;
padding-top
:
4px
;
position
:
absolute
;
top
:
100%
;
left
:
0
;
}
.el-form-item__error--inline
{
position
:
relative
;
top
:
auto
;
...
...
@@ -380,11 +373,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item.is-error
.el-input-group__prepend
.el-input__inner
{
border-color
:
transparent
;
}
.el-form-item.is-error
.el-input__validateIcon
{
color
:
#FF3D33
;
position
:
relative
;
right
:
-28px
;
}
color
:
#FF3D33
;
}
.el-form-item--feedback
.el-input__validateIcon
{
display
:
inline-block
;
}
.el-form-item
.el-form-item__content
.el-button
{
margin-top
:
40px
;
margin-left
:
16px
;
}
theme/index.css
View file @
b2c86001
...
...
@@ -31589,8 +31589,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__content {
padding: 10px 24px;
color: #333333;
font-size: 14px;
position: relative; }
font-size: 14px; }
.el-message-box__container {
position: relative; }
.el-message-box__input {
...
...
@@ -32308,7 +32307,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
display: block; }
.el-form-item {
margin-bottom:
1
2px; }
margin-bottom:
2
2px; }
.el-form-item::before,
.el-form-item::after {
display: table;
...
...
@@ -32350,22 +32349,14 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
float: left;
font-size: 14px;
color: #666666;
line-height:
32
px;
padding: 0
8
px 0 0;
line-height:
40
px;
padding: 0
12
px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.el-form-item__content {
line-height: 32px;
min-height: 32px;
line-height: 40px;
position: relative;
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
font-size: 14px; }
.el-form-item__content::before,
.el-form-item__content::after {
display: table;
...
...
@@ -32377,10 +32368,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item__error {
color: #FF3D33;
font-size: 12px;
line-height: 32px;
height: 32px;
white-space: nowrap;
margin-left: 28px; }
line-height: 1;
padding-top: 4px;
position: absolute;
top: 100%;
left: 0; }
.el-form-item__error--inline {
position: relative;
top: auto;
...
...
@@ -32400,14 +32392,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
border-color: transparent; }
.el-form-item.is-error .el-input__validateIcon {
color: #FF3D33;
position: relative;
right: -28px; }
color: #FF3D33; }
.el-form-item--feedback .el-input__validateIcon {
display: inline-block; }
.el-form-item .el-form-item__content .el-button {
margin-top: 40px;
margin-left: 16px; }
/* BEM support Func
-------------------------- */
theme/message-box.css
View file @
b2c86001
...
...
@@ -1985,8 +1985,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-message-box__content
{
padding
:
10px
24px
;
color
:
#333333
;
font-size
:
14px
;
position
:
relative
;
}
font-size
:
14px
;
}
.el-message-box__container
{
position
:
relative
;
}
.el-message-box__input
{
...
...
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