|
@@ -314,9 +314,15 @@ body {
|
|
|
gap : 12px;
|
|
|
}
|
|
|
|
|
|
+.el-message-box__container {
|
|
|
+ position: static !important;
|
|
|
+}
|
|
|
+
|
|
|
.el-message-box__status {
|
|
|
- top : -20px !important;
|
|
|
- left: -31px;
|
|
|
+ position : absolute !important;
|
|
|
+ transform : translate(-40px, -70px);
|
|
|
+ // top : -20px !important;
|
|
|
+ // left : -31px;
|
|
|
}
|
|
|
|
|
|
.el-message-box__title span::before {
|