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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user