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