Browse Source

治疗方案遮罩IE8

zhangxc 6 years ago
parent
commit
fee35d5473
2 changed files with 4 additions and 2 deletions
  1. 0 1
      src/components/PushItems/index.jsx
  2. 4 1
      src/components/Treat/index.less

+ 0 - 1
src/components/PushItems/index.jsx

@@ -95,7 +95,6 @@ class PushItems extends Component {
       showAdd,
       showTips
     } = this;
-    console.log('tipsDiscalimer', tipsDiscalimer)
     let assayNum = 0;
     let assayHide = assay.map((item, index) => {
       assayNum = assayNum + item.name.length + 2;

+ 4 - 1
src/components/Treat/index.less

@@ -12,12 +12,15 @@
 }
 .treat-mask {
     position: fixed;
-    background: rgba(0, 0, 0, 0.5);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 9999;
+    background: #000;
+    opacity: 0.6;
+    filter:alpha(opacity=60);
+    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
 }
 .treat-box {
     width: 680px;