瀏覽代碼

用户信息banner不被下拉框遮挡,杂音选中样式修改

zhouna 6 年之前
父節點
當前提交
e93c7c1557
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/common/less/variables.less
  2. 1 1
      src/components/Banner/index.jsx
  3. 1 1
      src/components/InfoTitle/index.less

+ 2 - 2
src/common/less/variables.less

@@ -77,12 +77,12 @@
   text-align: left;
   border: none;
   color:#000000;
-  padding-left: 40px;
+  /*padding-left: 40px;*/
   cursor: pointer;
   background: rgba(59,158,208,0.1);
   background-image: url(../images/first.png);
   background-repeat: no-repeat;
-  background-position: 20px 10px;
+  background-position: 0px 10px;
 }
 .clear{
   width: 60px;

+ 1 - 1
src/components/Banner/index.jsx

@@ -11,7 +11,7 @@ class Banner extends Component {
     super(props)
     this.state = {
       mode: props.typeConfig,
-      zIndex:40
+      zIndex:204
     };
     this.showConfigModal = this.showConfigModal.bind(this);
     this.closeConfigModal = this.closeConfigModal.bind(this);

+ 1 - 1
src/components/InfoTitle/index.less

@@ -9,7 +9,7 @@
   left: 10px;
   top: 50px;
   right: 480px;
-  z-index: 200;
+  z-index: 204;
 }
 .operations, .health{
   float: left;