1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-04 22:41:24 +08:00

Swapped OK and Cancel button positions by styles

This commit is contained in:
2023-05-15 09:51:19 +08:00
parent 07a046562d
commit 709aa2e756

View File

@@ -102,3 +102,17 @@ body {
width: 23px;
height: 23px;
}
.el-message-box__btns button:first-child {
margin-left: 10px;
order: 1;
}
.el-popconfirm__action button:first-child {
margin-left: 12px;
float: right;
}
.el-popconfirm__action button:last-child {
margin-left: 0;
}