瀏覽代碼

修改Notify样式

zhangxc 5 年之前
父節點
當前提交
20a8a7b705
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/common/components/Notify/index.less

+ 4 - 4
src/common/components/Notify/index.less

@@ -10,10 +10,10 @@
   top: 0; 
 }
 .notify-box {
-  min-width: 350px;
+  // min-width: 350px;
   // height:70px;
   position: fixed;
-  padding-right: 90px;
+  padding-right: 100px;
   top:40%;
   left:50%;
   transform: translate(-50%, -50%);
@@ -25,7 +25,7 @@
   border: 1px solid;
 }
 .notify-text {
-  min-width: 224px;
+  // min-width: 224px;
   max-height: 280px;
   padding:  0 40px 0 0;
   overflow-y: auto;
@@ -76,6 +76,6 @@
 }
 .notify-close {
   position: absolute;
-  right: 10px;
+  right: 0px;
   top: 15px;
 }