瀏覽代碼

Merge branch 'xj' of http://192.168.0.115:3000/bill/public-fuse into xj

gemercheung 1 年之前
父節點
當前提交
f6f668fdd7
共有 1 個文件被更改,包括 11 次插入2 次删除
  1. 11 2
      src/assets/style/public.scss

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

@@ -314,9 +314,18 @@ body {
   gap        : 12px;
 }
 
+.el-message-box__container {
+  position   : static !important;
+  display    : flex;
+  align-items: center;
+  gap        : 12px;
+}
+
 .el-message-box__status {
-  top : -20px !important;
-  left: -31px;
+  position   : static !important;
+  transform  : translate(-40px, -49px);
+  // top     : -20px !important;
+  // left    : -31px;
 }
 
 .el-message-box__title span::before {