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
ccb9bfa2
Commit
ccb9bfa2
authored
Jun 01, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改form按钮margin
parent
f708fac4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
8 deletions
+5
-8
element-variables.scss
element-variables.scss
+1
-1
form.scss
node_module/element-theme-chalk/src/form.scss
+0
-1
form.css
theme/form.css
+0
-1
index.css
theme/index.css
+2
-3
menu.css
theme/menu.css
+2
-2
No files found.
element-variables.scss
View file @
ccb9bfa2
...
...
@@ -974,7 +974,7 @@ $--steps-padding: 20px !default;
/// fontSize||Font|1
$--menu-item-font-size
:
$--font-size-base
!
default
;
/// color||Color|0
$--menu-item-font-color
:
$--color-text-p
rimary
!
default
;
$--menu-item-font-color
:
$--color-text-p
laceholder
!
default
;
/// color||Color|0
$--menu-background-color
:
$--color-white
!
default
;
$--menu-item-hover-fill
:
$--color-primary-light-9
!
default
;
...
...
node_module/element-theme-chalk/src/form.scss
View file @
ccb9bfa2
...
...
@@ -170,7 +170,6 @@
}
}
.el-form-item__content
.el-button
{
margin-top
:
40px
;
margin-left
:
16px
;
}
}
theme/form.css
View file @
ccb9bfa2
...
...
@@ -381,5 +381,4 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.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 @
ccb9bfa2
...
...
@@ -9047,7 +9047,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height: 50px;
line-height: 48px;
font-size: 14px;
color: #
333333
;
color: #
CCCCCC
;
padding: 0 20px;
list-style: none;
cursor: pointer;
...
...
@@ -9087,7 +9087,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height: 50px;
line-height: 48px;
font-size: 14px;
color: #
333333
;
color: #
CCCCCC
;
padding: 0 20px;
list-style: none;
cursor: pointer;
...
...
@@ -32464,7 +32464,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.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/menu.css
View file @
ccb9bfa2
...
...
@@ -628,7 +628,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
50px
;
line-height
:
48px
;
font-size
:
14px
;
color
:
#
333333
;
color
:
#
CCCCCC
;
padding
:
0
20px
;
list-style
:
none
;
cursor
:
pointer
;
...
...
@@ -668,7 +668,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
height
:
50px
;
line-height
:
48px
;
font-size
:
14px
;
color
:
#
333333
;
color
:
#
CCCCCC
;
padding
:
0
20px
;
list-style
:
none
;
cursor
:
pointer
;
...
...
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