Browse Source

商机状态设置

chente 4 years ago
parent
commit
1b17d10365
1 changed files with 12 additions and 1 deletions
  1. 12 1
      css/cld-custom.css

+ 12 - 1
css/cld-custom.css

@@ -369,7 +369,7 @@
   padding-left:20px;
 }
 .busi-state-item{
-    padding: 10px 30px;
+    padding: 10px 10px 10px 30px;
     height: 38px;
     position: relative;
     margin: 5px 5px 5px 0;
@@ -377,6 +377,9 @@
     border-bottom: 2px solid #ebebeb;
     display: inline-block;
 }
+.busi-state-item:first-child {
+  padding: 10px 10px 10px 10px;
+}
 .busi-state-item .state-arrow{
     width: 38px;
     height: 38px;
@@ -393,10 +396,18 @@
 }
 .state-suc span.title{
   cursor: pointer;
+  position: relative;
+  z-index: 999
 }
 .state-doing span.title,.state-undo span.title{
   color:#967bbd;
   cursor: pointer;
+  position: relative;
+  z-index: 999
+}
+.state-invalid span.title{
+  position: relative;
+  z-index: 999
 }
 .busi-state-item .state-circle{
     width: 38px;