bill hace 1 año
padre
commit
e892ae6d7d
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      src/assets/style/public.scss

+ 6 - 3
src/assets/style/public.scss

@@ -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;
 }