|
@@ -315,12 +315,15 @@ body {
|
|
|
}
|
|
|
|
|
|
.el-message-box__container {
|
|
|
- position: static !important;
|
|
|
+ position : static !important;
|
|
|
+ display : flex;
|
|
|
+ align-items: center;
|
|
|
+ gap : 12px;
|
|
|
}
|
|
|
|
|
|
.el-message-box__status {
|
|
|
- position : absolute !important;
|
|
|
- transform : translate(-40px, -70px);
|
|
|
+ position : static !important;
|
|
|
+ transform : translate(-40px, -49px);
|
|
|
// top : -20px !important;
|
|
|
// left : -31px;
|
|
|
}
|