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
ea052215
Commit
ea052215
authored
May 22, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整dialog按钮位置
parent
2ad530c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
dialog.css
theme/dialog.css
+4
-4
index.css
theme/index.css
+4
-4
No files found.
theme/dialog.css
View file @
ea052215
...
...
@@ -642,11 +642,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.el-dialog__footer
button
:nth-child
(
2
)
{
margin-left
:
1
6
px
;
}
margin-left
:
1
2
px
;
}
.el-dialog__footer
button
:nth-child
(
3
)
{
margin-left
:
1
6
px
;
}
.el-dialog__footer
button
:nth-child
(
2
)
{
margin-left
:
1
6
px
;
}
margin-left
:
1
2
px
;
}
.el-dialog__footer
button
:nth-child
(
4
)
{
margin-left
:
1
2
px
;
}
.el-dialog--center
{
text-align
:
center
;
}
.el-dialog--center
.el-dialog__body
{
...
...
theme/index.css
View file @
ea052215
...
...
@@ -5320,11 +5320,11 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.el-dialog__footer button:nth-child(2) {
margin-left: 1
6
px; }
margin-left: 1
2
px; }
.el-dialog__footer button:nth-child(3) {
margin-left: 1
6
px; }
.el-dialog__footer button:nth-child(
2
) {
margin-left: 1
6
px; }
margin-left: 1
2
px; }
.el-dialog__footer button:nth-child(
4
) {
margin-left: 1
2
px; }
.el-dialog--center {
text-align: center; }
.el-dialog--center .el-dialog__body {
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