bill 1 年之前
父节点
当前提交
45cc9794d9
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      src/assets/style/public.scss

+ 8 - 2
src/assets/style/public.scss

@@ -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 {