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:
@@ -101,4 +101,18 @@ body {
|
|||||||
.icon-size-menu > use {
|
.icon-size-menu > use {
|
||||||
width: 23px;
|
width: 23px;
|
||||||
height: 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