Skip to content

Commit

Permalink
feat: modal footer left
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jun 28, 2022
1 parent 52ef602 commit fba803d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</form>
</div>
</section>
<div *nzModalFooter class="footer">
<div *nzModalFooter class="px-2 footer">
<button nz-button nzType="primary" (click)="handleSaveEnv(activeUuid)">保存</button>
<button nz-button nzType="default" (click)="handleCancel()">取消</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ $boxHeight: 60vh;
.footer {
cursor: pointer;
user-select: none;
padding: 10px;
text-align: left;
i {
color: var(--MAIN_THEME_COLOR);
Expand All @@ -88,10 +87,6 @@ $boxHeight: 60vh;
}
}

.footer {
text-align: right;
}

.editable-cell {
position: relative;
padding: 5px 12px;
Expand Down

0 comments on commit fba803d

Please sign in to comment.