Skip to content

Commit

Permalink
improvement: 流程模版编辑流程名称、任务节点个数相对于页面水平居中 TencentBlueKing#85
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Apr 11, 2019
1 parent 5362cde commit 24ac723
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,9 @@ export default {
}
}
.config-name-wrapper {
display: inline-block;
margin: 15px auto 0;
margin: 0 auto;
padding-top: 15px;
width: 430px;
height: 30px;
.name-show-mode {
display: inline-block;
}
Expand Down Expand Up @@ -201,8 +200,9 @@ export default {
}
}
.canvas-operation-wrapper {
float: right;
margin: 14px 20px 0 0;
position: absolute;
top: 14px;
right: 20px;
.save-canvas {
width: 90px;
height: 32px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,8 @@ export default {
.atom-node {
position: absolute;
top: 86px;
left: 42%;
left: 50%;
transform: translateX(-50%);
z-index: 4;
.atom-number {
color: #a9b2bd;
Expand Down

0 comments on commit 24ac723

Please sign in to comment.